public class CommunityMembersReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CommunityMember |
communityMember |
protected String |
name |
protected static String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
CommunityMembersReference() |
CommunityMembersReference(Map objIdMap) |
CommunityMembersReference(Reference other) |
CommunityMembersReference(String guid) |
CommunityMembersReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
CommunityMembersReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
CommunityMembersReference(String guid,
String relatedEndType) |
CommunityMembersReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CommunityMember |
getCommunityMember() |
String |
getRelationshipType()
Type of membership to the community.
|
int |
hashCode() |
void |
setCommunityMember(CommunityMember communityMember) |
void |
setRelationshipType(String relationshipType) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected static final String relationship_Type
protected String name
protected CommunityMember communityMember
public CommunityMembersReference()
public CommunityMembersReference(String guid)
public CommunityMembersReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public CommunityMembersReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public CommunityMembersReference(Reference other)
public CommunityMembersReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic CommunityMembersReference(Map objIdMap)
public CommunityMember getCommunityMember()
public void setCommunityMember(CommunityMember communityMember)
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.