Class MaisDocNavLink

java.lang.Object
org.x4o.maisdoc.model.MaisDocNavLink

public class MaisDocNavLink extends Object
ApiDocNavLink holds all fields of an navigation link.
Version:
1.0 Aug 11, 2013
Author:
Willem Cazander
  • Constructor Details

    • MaisDocNavLink

      public MaisDocNavLink()
    • MaisDocNavLink

      public MaisDocNavLink(String id, String href, String title, String text, boolean resetHref)
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getHref

      public String getHref()
      Returns:
      the href
    • setHref

      public void setHref(String href)
      Parameters:
      href - the href to set
    • getTitle

      public String getTitle()
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Parameters:
      title - the title to set
    • getText

      public String getText()
      Returns:
      the text
    • setText

      public void setText(String text)
      Parameters:
      text - the text to set
    • isResetHref

      public boolean isResetHref()
      Returns:
      the resetHref
    • setResetHref

      public void setResetHref(boolean resetHref)
      Parameters:
      resetHref - the resetHref to set