@Entity public class OrderAddressImpl extends Object implements OrderAddress
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
addressLine3 |
protected String |
cityLocality |
protected String |
companyName |
protected String |
countryCode |
protected String |
emailAddress |
protected Long |
externalId |
protected String |
firstName |
protected String |
fullName |
protected Long |
id |
protected String |
lastName |
protected String |
phone |
protected String |
postalCode |
protected String |
stateProvinceRegion |
| Constructor and Description |
|---|
OrderAddressImpl() |
protected Long id
protected Long externalId
protected String fullName
protected String firstName
protected String lastName
protected String companyName
protected String addressLine1
protected String addressLine2
protected String addressLine3
protected String cityLocality
protected String stateProvinceRegion
protected String countryCode
protected String postalCode
protected String phone
protected String emailAddress
public Long getId()
getId in interface OrderAddresspublic void setId(Long id)
setId in interface OrderAddresspublic Long getExternalId()
getExternalId in interface OrderAddresspublic void setExternalId(Long externalId)
setExternalId in interface OrderAddresspublic String getFullName()
getFullName in interface OrderAddresspublic void setFullName(String fullName)
setFullName in interface OrderAddresspublic String getFirstName()
getFirstName in interface OrderAddresspublic void setFirstName(String firstName)
setFirstName in interface OrderAddresspublic String getLastName()
getLastName in interface OrderAddresspublic void setLastName(String lastName)
setLastName in interface OrderAddresspublic String getCompanyName()
getCompanyName in interface OrderAddresspublic void setCompanyName(String companyName)
setCompanyName in interface OrderAddresspublic String getAddressLine1()
getAddressLine1 in interface OrderAddresspublic void setAddressLine1(String addressLine1)
setAddressLine1 in interface OrderAddresspublic String getAddressLine2()
getAddressLine2 in interface OrderAddresspublic void setAddressLine2(String addressLine2)
setAddressLine2 in interface OrderAddresspublic String getAddressLine3()
getAddressLine3 in interface OrderAddresspublic void setAddressLine3(String addressLine3)
setAddressLine3 in interface OrderAddresspublic String getCityLocality()
getCityLocality in interface OrderAddresspublic void setCityLocality(String cityLocality)
setCityLocality in interface OrderAddresspublic String getStateProvinceRegion()
getStateProvinceRegion in interface OrderAddresspublic void setStateProvinceRegion(String stateProvinceRegion)
setStateProvinceRegion in interface OrderAddresspublic String getCountryCode()
getCountryCode in interface OrderAddresspublic void setCountryCode(String countryCode)
setCountryCode in interface OrderAddresspublic String getPostalCode()
getPostalCode in interface OrderAddresspublic void setPostalCode(String postalCode)
setPostalCode in interface OrderAddresspublic String getPhone()
getPhone in interface OrderAddresspublic void setPhone(String phone)
setPhone in interface OrderAddresspublic String getEmailAddress()
getEmailAddress in interface OrderAddresspublic void setEmailAddress(String emailAddress)
setEmailAddress in interface OrderAddresspublic <G extends OrderAddress> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<OrderAddress>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.