public class MembersReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
actorProfile |
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 |
|---|
MembersReference() |
MembersReference(Map objIdMap) |
MembersReference(Reference other) |
MembersReference(String guid) |
MembersReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
MembersReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
MembersReference(String guid,
String relatedEndType) |
MembersReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
MembersReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ActorProfile |
getActorProfile() |
String |
getRelationshipType()
Type of membership to the community.
|
int |
hashCode() |
void |
setActorProfile(ActorProfile actorProfile) |
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 String relationship_Type
protected String name
protected ActorProfile actorProfile
public MembersReference()
public MembersReference(String guid)
public MembersReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public MembersReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public MembersReference(Reference other)
public MembersReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic MembersReference(Map objIdMap)
public ActorProfile getActorProfile()
public void setActorProfile(ActorProfile actorProfile)
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.