Class SelectOption

    • Constructor Detail

      • SelectOption

        public SelectOption()
        Constructor used by JAXB
    • Method Detail

      • getId

        public Integer getId()
        ID
        Returns:
        the id
      • getKey

        public String getKey()
        Key
        Returns:
        the key
      • getValue

        public String getValue()
        Value
        Returns:
        the value
      • setId

        public SelectOption setId​(Integer id)
        Parameters:
        id - the id to set
        Returns:
        fluent API
      • setKey

        public SelectOption setKey​(String key)
        Parameters:
        key - the key to set
        Returns:
        fluent API
      • setValue

        public SelectOption setValue​(String value)
        Parameters:
        value - the value to set
        Returns:
        fluent API
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object