public class ContactDetailsReference 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 |
|---|
ContactDetailsReference() |
ContactDetailsReference(Map objIdMap) |
ContactDetailsReference(Reference other) |
ContactDetailsReference(String guid) |
ContactDetailsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ContactDetailsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
ContactDetailsReference(String guid,
String relatedEndType) |
ContactDetailsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ActorProfile |
getActorProfile() |
String |
getContactMethodType()
Mechanism to use.
|
String |
getContactMethodValue()
Contact address.
|
int |
hashCode() |
void |
setActorProfile(ActorProfile actorProfile) |
void |
setContactMethodType(String contactMethodType) |
void |
setContactMethodValue(String contactMethodValue) |
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 ContactDetailsReference()
public ContactDetailsReference(String guid)
public ContactDetailsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ContactDetailsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ContactDetailsReference(Reference other)
public ContactDetailsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic ContactDetailsReference(Map objIdMap)
public ActorProfile getActorProfile()
public void setActorProfile(ActorProfile actorProfile)
public String getContactMethodType()
public void setContactMethodType(String contactMethodType)
public String getContactMethodValue()
public void setContactMethodValue(String contactMethodValue)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.