| Constructor and Description |
|---|
ContactUid()
Default constructor
|
ContactUid(java.lang.String contactId)
Constructor used by implementation to set the Contact id.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContactId()
Returns the contact id
|
void |
setContactId(java.lang.String contactId)
Set the id of the Contact
|
public ContactUid()
public ContactUid(java.lang.String contactId)
contactId - Internal unique contact id.public java.lang.String getContactId()
public void setContactId(java.lang.String contactId)
contactId - Internal unique contact id.