public class ContactConnection extends Object implements Serializable
Constructor and Description |
---|
ContactConnection() |
Modifier and Type | Method and Description |
---|---|
Long |
getContactConnectionId() |
String |
getContactNumber() |
ConnectionTypeEnum |
getType() |
boolean |
isParentContact() |
void |
setContactConnectionId(Long contactConnectionId) |
void |
setContactNumber(String contactNumber) |
void |
setParentContact(boolean isParentContact) |
void |
setType(ConnectionTypeEnum type) |
public String getContactNumber()
public void setContactNumber(String contactNumber)
public ConnectionTypeEnum getType()
public void setType(ConnectionTypeEnum type)
public boolean isParentContact()
public void setParentContact(boolean isParentContact)
public Long getContactConnectionId()
public void setContactConnectionId(Long contactConnectionId)
Copyright © 2021. All rights reserved.