public class ContactModel
extends java.lang.Object
Constructor and Description |
---|
ContactModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity()
Getter for city
The city of the postal mailing address of this contact.
|
java.lang.Integer |
getCompanyId()
Getter for companyId
The unique ID number of the company to which this contact belongs.
|
java.lang.String |
getContactCode()
Getter for contactCode
A unique code for this contact.
|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.lang.String |
getEmail()
Getter for email
The email address of this contact.
|
java.lang.String |
getFax()
Getter for fax
The facsimile phone number for this contact.
|
java.lang.String |
getFirstName()
Getter for firstName
The first or given name of this contact.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this contact.
|
java.lang.String |
getLastName()
Getter for lastName
The last or family name of this contact.
|
java.lang.String |
getLine1()
Getter for line1
The first line of the postal mailing address of this contact.
|
java.lang.String |
getLine2()
Getter for line2
The second line of the postal mailing address of this contact.
|
java.lang.String |
getLine3()
Getter for line3
The third line of the postal mailing address of this contact.
|
java.lang.String |
getMiddleName()
Getter for middleName
The middle name of this contact.
|
java.lang.String |
getMobile()
Getter for mobile
The mobile phone number for this contact.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
java.lang.String |
getPhone()
Getter for phone
The main phone number for this contact.
|
java.lang.String |
getPostalCode()
Getter for postalCode
The postal code or zip code of the postal mailing address of this contact.
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country.
|
java.lang.String |
getTitle()
Getter for title
Professional title of this contact.
|
void |
setCity(java.lang.String value)
Setter for city
The city of the postal mailing address of this contact.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The unique ID number of the company to which this contact belongs.
|
void |
setContactCode(java.lang.String value)
Setter for contactCode
A unique code for this contact.
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setEmail(java.lang.String value)
Setter for email
The email address of this contact.
|
void |
setFax(java.lang.String value)
Setter for fax
The facsimile phone number for this contact.
|
void |
setFirstName(java.lang.String value)
Setter for firstName
The first or given name of this contact.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this contact.
|
void |
setLastName(java.lang.String value)
Setter for lastName
The last or family name of this contact.
|
void |
setLine1(java.lang.String value)
Setter for line1
The first line of the postal mailing address of this contact.
|
void |
setLine2(java.lang.String value)
Setter for line2
The second line of the postal mailing address of this contact.
|
void |
setLine3(java.lang.String value)
Setter for line3
The third line of the postal mailing address of this contact.
|
void |
setMiddleName(java.lang.String value)
Setter for middleName
The middle name of this contact.
|
void |
setMobile(java.lang.String value)
Setter for mobile
The mobile phone number for this contact.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setPhone(java.lang.String value)
Setter for phone
The main phone number for this contact.
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
The postal code or zip code of the postal mailing address of this contact.
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country.
|
void |
setTitle(java.lang.String value)
Setter for title
Professional title of this contact.
|
java.lang.String |
toString()
Returns a JSON string representation of ContactModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getContactCode()
public void setContactCode(java.lang.String value)
public java.lang.String getFirstName()
public void setFirstName(java.lang.String value)
public java.lang.String getMiddleName()
public void setMiddleName(java.lang.String value)
public java.lang.String getLastName()
public void setLastName(java.lang.String value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public java.lang.String getLine1()
public void setLine1(java.lang.String value)
public java.lang.String getLine2()
public void setLine2(java.lang.String value)
public java.lang.String getLine3()
public void setLine3(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getEmail()
public void setEmail(java.lang.String value)
public java.lang.String getPhone()
public void setPhone(java.lang.String value)
public java.lang.String getMobile()
public void setMobile(java.lang.String value)
public java.lang.String getFax()
public void setFax(java.lang.String value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object