Class DocGenFormFieldOption

    • Constructor Detail

      • DocGenFormFieldOption

        public DocGenFormFieldOption()
    • Method Detail

      • getDescription

        public String getDescription()
        .
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        setDescription.
      • getLabel

        public String getLabel()
        .
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
        setLabel.
      • getSelected

        public String getSelected()
        .
        Returns:
        selected
      • setSelected

        public void setSelected​(String selected)
        setSelected.
      • getValue

        public String getValue()
        Specifies the value of the tab. .
        Returns:
        value
      • setValue

        public void setValue​(String value)
        setValue.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object