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