Class Link

    • Constructor Detail

      • Link

        public Link()
    • Method Detail

      • getId

        public String getId()
        The ID for this link.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getLabel

        public String getLabel()
        The label for the link.
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
      • getTarget

        public String getTarget()
        The target for the link.
        Returns:
        target
      • setTarget

        public void setTarget​(String target)
      • getIcon

        public String getIcon()
        A descriptive name for an icon that should be used for this link.
        Returns:
        icon
      • setIcon

        public void setIcon​(String icon)
      • _default

        public Link _default​(Boolean _default)
      • isDefault

        public Boolean isDefault()
        Whether or not this link should be considered as default.
        Returns:
        _default
      • setDefault

        public void setDefault​(Boolean _default)
      • getType

        public Link.TypeEnum getType()
        The type of this link.
        Returns:
        type
      • confirmation

        public Link confirmation​(String confirmation)
      • getConfirmation

        public String getConfirmation()
        A confirmation message that should be displayed to the user before following this link.
        Returns:
        confirmation
      • setConfirmation

        public void setConfirmation​(String confirmation)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object