public class CohortMembershipReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CohortMember |
cohortMember |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
CohortMembershipReference() |
CohortMembershipReference(Map objIdMap) |
CohortMembershipReference(Reference other) |
CohortMembershipReference(String guid) |
CohortMembershipReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
CohortMembershipReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
CohortMembershipReference(String guid,
String relatedEndType) |
CohortMembershipReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
CohortMembershipReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CohortMember |
getCohortMember() |
String |
getRegistrationDate()
Date first registered with the cohort.
|
int |
hashCode() |
void |
setCohortMember(CohortMember cohortMember) |
void |
setRegistrationDate(String registrationDate) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected CohortMember cohortMember
public CohortMembershipReference()
public CohortMembershipReference(String guid)
public CohortMembershipReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public CohortMembershipReference(String relatedEndType, String attrName, Object attrValue)
public CohortMembershipReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public CohortMembershipReference(Reference other)
public CohortMembershipReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic CohortMembershipReference(Map objIdMap)
public CohortMember getCohortMember()
public void setCohortMember(CohortMember cohortMember)
public String getRegistrationDate()
public void setRegistrationDate(String registrationDate)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.