java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CollectionMemberHeader
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityCollectionMember
All Implemented Interfaces:
Serializable, MetadataElement

public class CommunityCollectionMember extends CollectionMemberHeader
CommunityCollectionMember describes a community that is a member of an individual's my-communities collection.
See Also:
  • Constructor Details

    • CommunityCollectionMember

      public CommunityCollectionMember()
      Default constructor
    • CommunityCollectionMember

      public CommunityCollectionMember(CommunityCollectionMember template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getProperties

      public CommunityProperties getProperties()
      Return the properties of the community.
      Returns:
      properties
    • setProperties

      public void setProperties(CommunityProperties properties)
      Set up the community properties.
      Parameters:
      properties - properties
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class CollectionMemberHeader
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class CollectionMemberHeader
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class CollectionMemberHeader
      Returns:
      int hash code