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