public class ContactsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ContactDetails |
contactDetails |
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 |
|---|
ContactsReference() |
ContactsReference(Map objIdMap) |
ContactsReference(Reference other) |
ContactsReference(String guid) |
ContactsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ContactsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
ContactsReference(String guid,
String relatedEndType) |
ContactsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ContactDetails |
getContactDetails() |
String |
getContactMethodType()
Mechanism to use.
|
String |
getContactMethodValue()
Contact address.
|
int |
hashCode() |
void |
setContactDetails(ContactDetails contactDetails) |
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 ContactDetails contactDetails
public ContactsReference()
public ContactsReference(String guid)
public ContactsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ContactsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ContactsReference(Reference other)
public ContactsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic ContactsReference(Map objIdMap)
public ContactDetails getContactDetails()
public void setContactDetails(ContactDetails contactDetails)
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.