public class CommunityCollectionMember extends CollectionMemberHeader
| Constructor and Description |
|---|
CommunityCollectionMember()
Default constructor
|
CommunityCollectionMember(CommunityCollectionMember template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
CommunityProperties |
getProperties()
Return the properties of the community.
|
int |
hashCode()
Return hash code for this object
|
void |
setProperties(CommunityProperties properties)
Set up the community properties.
|
String |
toString()
JSON-style toString
|
getDateAddedToCollection, getElementHeader, getMembershipRationale, setDateAddedToCollection, setElementHeader, setMembershipRationalepublic CommunityCollectionMember()
public CommunityCollectionMember(CommunityCollectionMember template)
template - object to copypublic CommunityProperties getProperties()
public void setProperties(CommunityProperties properties)
properties - propertiespublic String toString()
toString in class CollectionMemberHeaderpublic boolean equals(Object objectToCompare)
equals in class CollectionMemberHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class CollectionMemberHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.