Package com.xero.models.accounting
Class ContactPerson
java.lang.Object
com.xero.models.accounting.ContactPerson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailAddress(String emailAddress) Email address of personbooleanFirst name of personEmail address of personFirst name of personboolean to indicate whether contact should be included on emails with invoices etc.Last name of personinthashCode()includeInEmails(Boolean includeInEmails) boolean to indicate whether contact should be included on emails with invoices etc.Last name of personvoidsetEmailAddress(String emailAddress) Email address of personvoidsetFirstName(String firstName) First name of personvoidsetIncludeInEmails(Boolean includeInEmails) boolean to indicate whether contact should be included on emails with invoices etc.voidsetLastName(String lastName) Last name of persontoString()
-
Constructor Details
-
ContactPerson
public ContactPerson()
-
-
Method Details
-
firstName
First name of person- Parameters:
firstName- String- Returns:
- ContactPerson
-
getFirstName
-
setFirstName
-
lastName
Last name of person- Parameters:
lastName- String- Returns:
- ContactPerson
-
getLastName
-
setLastName
-
emailAddress
Email address of person- Parameters:
emailAddress- String- Returns:
- ContactPerson
-
getEmailAddress
-
setEmailAddress
Email address of person- Parameters:
emailAddress- String
-
includeInEmails
boolean to indicate whether contact should be included on emails with invoices etc.- Parameters:
includeInEmails- Boolean- Returns:
- ContactPerson
-
getIncludeInEmails
boolean to indicate whether contact should be included on emails with invoices etc.- Returns:
- includeInEmails
-
setIncludeInEmails
boolean to indicate whether contact should be included on emails with invoices etc.- Parameters:
includeInEmails- Boolean
-
equals
-
hashCode
-
toString
-