public class AssignedStaffReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
actorProfile |
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 |
|---|
AssignedStaffReference() |
AssignedStaffReference(Map objIdMap) |
AssignedStaffReference(Reference other) |
AssignedStaffReference(String guid) |
AssignedStaffReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
AssignedStaffReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
AssignedStaffReference(String guid,
String relatedEndType) |
AssignedStaffReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ActorProfile |
getActorProfile() |
String |
getContext()
The context in which this person, team or engine is to be contacted.
|
int |
hashCode() |
void |
setActorProfile(ActorProfile actorProfile) |
void |
setContext(String context) |
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 ActorProfile actorProfile
public AssignedStaffReference()
public AssignedStaffReference(String guid)
public AssignedStaffReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public AssignedStaffReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public AssignedStaffReference(Reference other)
public AssignedStaffReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic AssignedStaffReference(Map objIdMap)
public ActorProfile getActorProfile()
public void setActorProfile(ActorProfile actorProfile)
public String getContext()
public void setContext(String context)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.