Class Category

    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • equals

        public boolean equals​(Object other)
        Indicates whether some other object is "equal to" this one as defined by the Object equals() method.

        Overrides:
        equals in class Object
        Parameters:
        other - he reference object with which to compare.
        Returns:
        true if 'this' object is equal to the 'other' object.
      • hashCode

        public int hashCode()
        Returns a hashcode value for the object.

        It follows the contract defined by the Object hashCode() method.

        Overrides:
        hashCode in class Object
        Returns:
        the hashcode of the bean object.
      • toString

        public String toString()
        Returns the String representation for the object.

        Overrides:
        toString in class Object
        Returns:
        String representation for the object.
      • getDomain

        public String getDomain()
        Returns the category domain.

        Returns:
        the category domain, null if none.
      • setDomain

        public void setDomain​(String domain)
        Sets the category domain.

        Parameters:
        domain - the category domain to set, null if none.
      • getValue

        public String getValue()
        Returns the category value.

        Returns:
        the category value, null if none.
      • setValue

        public void setValue​(String value)
        Sets the category value.

        Parameters:
        value - the category value to set, null if none.