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.
      • getLabel

        public String getLabel()
        Get label for category.

        Returns:
        Label for category.
      • setLabel

        public void setLabel​(String label)
        Set label for category.

        Parameters:
        label - Label for category.
      • getScheme

        public String getScheme()
        Get Scheme URI for category.

        Returns:
        Scheme URI for category.
      • setScheme

        public void setScheme​(String scheme)
        Set scheme URI for category.

        Parameters:
        scheme - Scheme URI for category.
      • setSchemeResolved

        public void setSchemeResolved​(String schemeResolved)
      • getSchemeResolved

        public String getSchemeResolved()
      • getTerm

        public String getTerm()
        Return term for category.

        Returns:
        Term for category.
      • setTerm

        public void setTerm​(String term)
        Set term for category.

        Parameters:
        term - Term for category.