public class StaffReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Person |
person |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
StaffReference() |
StaffReference(Map objIdMap) |
StaffReference(Reference other) |
StaffReference(String guid) |
StaffReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
StaffReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
StaffReference(String guid,
String relatedEndType) |
StaffReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
StaffReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Person |
getPerson() |
String |
getResponsibilityType()
Documents the unique identifier of the GovernanceResponsibility that the Person is supporting for the Asset.
|
int |
hashCode() |
void |
setPerson(Person person) |
void |
setResponsibilityType(String responsibilityType) |
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 Person person
public StaffReference()
public StaffReference(String guid)
public StaffReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public StaffReference(Reference other)
public StaffReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic StaffReference(Map objIdMap)
public Person getPerson()
public void setPerson(Person person)
public String getResponsibilityType()
public void setResponsibilityType(String responsibilityType)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.