public class CohortMemberReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CohortMember |
cohortMember |
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 |
|---|
CohortMemberReference() |
CohortMemberReference(Map objIdMap) |
CohortMemberReference(Reference other) |
CohortMemberReference(String guid) |
CohortMemberReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
CohortMemberReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
CohortMemberReference(String guid,
String relatedEndType) |
CohortMemberReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CohortMember |
getCohortMember() |
int |
hashCode() |
void |
setCohortMember(CohortMember cohortMember) |
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 CohortMember cohortMember
public CohortMemberReference()
public CohortMemberReference(String guid)
public CohortMemberReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public CohortMemberReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public CohortMemberReference(Reference other)
public CohortMemberReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic CohortMemberReference(Map objIdMap)
public CohortMember getCohortMember()
public void setCohortMember(CohortMember cohortMember)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.