public class SupportingActorsReference 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 |
|---|
SupportingActorsReference() |
SupportingActorsReference(Map objIdMap) |
SupportingActorsReference(Reference other) |
SupportingActorsReference(String guid) |
SupportingActorsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
SupportingActorsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
SupportingActorsReference(String guid,
String relatedEndType) |
SupportingActorsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ActorProfile |
getActorProfile() |
String |
getTeamRole()
Description of the role of the team in the project.
|
int |
hashCode() |
void |
setActorProfile(ActorProfile actorProfile) |
void |
setTeamRole(String teamRole) |
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 SupportingActorsReference()
public SupportingActorsReference(String guid)
public SupportingActorsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public SupportingActorsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public SupportingActorsReference(Reference other)
public SupportingActorsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic SupportingActorsReference(Map objIdMap)
public ActorProfile getActorProfile()
public void setActorProfile(ActorProfile actorProfile)
public String getTeamRole()
public void setTeamRole(String teamRole)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.