@Entity public class OrderCustomerImpl extends Object implements OrderCustomer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
anonymous |
protected String |
customerAttributesJson |
protected Map<String,Object> |
customerAttributesMap |
protected List<CustomerPayment> |
customerPayments |
protected String |
emailAddress |
protected Long |
externalId |
protected String |
firstName |
protected Long |
id |
protected Boolean |
isTaxExempt |
protected String |
lastName |
protected String |
taxExemptionCode |
| Constructor and Description |
|---|
OrderCustomerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerAttributesJson() |
Map<String,Object> |
getCustomerAttributesMap() |
List<CustomerPayment> |
getCustomerPayments() |
String |
getEmailAddress() |
Long |
getExternalId() |
String |
getFirstName() |
Long |
getId() |
String |
getLastName() |
Boolean |
getTaxExempt() |
String |
getTaxExemptionCode() |
boolean |
isAnonymous() |
void |
setAnonymous(boolean anonymous) |
void |
setCustomerAttributesJson(String customerAttributesJson) |
void |
setCustomerPayments(List<CustomerPayment> customerPayments) |
void |
setEmailAddress(String emailAddress) |
void |
setExternalId(Long externalId) |
void |
setFirstName(String firstName) |
void |
setId(Long id) |
void |
setLastName(String lastName) |
void |
setTaxExempt(Boolean taxExempt) |
void |
setTaxExemptionCode(String taxExemptionCode) |
protected Long id
protected Long externalId
protected String firstName
protected String lastName
protected String emailAddress
protected List<CustomerPayment> customerPayments
protected Boolean isTaxExempt
protected String taxExemptionCode
protected String customerAttributesJson
protected boolean anonymous
public Long getId()
getId in interface OrderCustomerpublic Long getExternalId()
getExternalId in interface OrderCustomerpublic String getFirstName()
getFirstName in interface OrderCustomerpublic String getLastName()
getLastName in interface OrderCustomerpublic String getEmailAddress()
getEmailAddress in interface OrderCustomerpublic List<CustomerPayment> getCustomerPayments()
getCustomerPayments in interface OrderCustomerpublic boolean isAnonymous()
isAnonymous in interface OrderCustomerpublic void setId(Long id)
setId in interface OrderCustomerpublic void setExternalId(Long externalId)
setExternalId in interface OrderCustomerpublic void setFirstName(String firstName)
setFirstName in interface OrderCustomerpublic void setLastName(String lastName)
setLastName in interface OrderCustomerpublic void setEmailAddress(String emailAddress)
setEmailAddress in interface OrderCustomerpublic void setCustomerPayments(List<CustomerPayment> customerPayments)
setCustomerPayments in interface OrderCustomerpublic Boolean getTaxExempt()
getTaxExempt in interface OrderCustomerpublic void setTaxExempt(Boolean taxExempt)
setTaxExempt in interface OrderCustomerpublic String getTaxExemptionCode()
getTaxExemptionCode in interface OrderCustomerpublic void setTaxExemptionCode(String taxExemptionCode)
setTaxExemptionCode in interface OrderCustomerpublic String getCustomerAttributesJson()
getCustomerAttributesJson in interface OrderCustomerpublic void setCustomerAttributesJson(String customerAttributesJson)
setCustomerAttributesJson in interface OrderCustomerpublic Map<String,Object> getCustomerAttributesMap() throws IOException
getCustomerAttributesMap in interface OrderCustomerIOExceptionpublic void setAnonymous(boolean anonymous)
setAnonymous in interface OrderCustomerCopyright © 2017. All rights reserved.