public final class CustomerPostalAddress extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
CustomerPostalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
String |
getBusinessName() |
String |
getCity() |
String |
getCountry() |
String |
getFirstName() |
String |
getLastName() |
String |
getPostcode() |
String |
getPrefix() |
String |
getStreet() |
String |
getSuffix() |
CustomerPostalAddress |
setBusinessName(String businessName) |
CustomerPostalAddress |
setCity(String city) |
CustomerPostalAddress |
setCountry(String country) |
CustomerPostalAddress |
setFirstName(String firstName) |
CustomerPostalAddress |
setLastName(String lastName) |
CustomerPostalAddress |
setPostcode(String postcode) |
CustomerPostalAddress |
setPrefix(String prefix) |
CustomerPostalAddress |
setStreet(String street) |
CustomerPostalAddress |
setSuffix(String suffix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getBusinessName()
public CustomerPostalAddress setBusinessName(String businessName)
public String getCity()
public CustomerPostalAddress setCity(String city)
public String getCountry()
public CustomerPostalAddress setCountry(String country)
public String getFirstName()
public CustomerPostalAddress setFirstName(String firstName)
public String getLastName()
public CustomerPostalAddress setLastName(String lastName)
public String getPostcode()
public CustomerPostalAddress setPostcode(String postcode)
public String getPrefix()
public CustomerPostalAddress setPrefix(String prefix)
public String getStreet()
public CustomerPostalAddress setStreet(String street)
public String getSuffix()
public CustomerPostalAddress setSuffix(String suffix)
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.