public class Supplier extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
Supplier() |
| 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. |
Supplier |
businessName(String businessName) |
Supplier |
city(String city) |
Supplier |
companyId(String companyId) |
Supplier |
country(String country) |
boolean |
equals(Object o) |
String |
getBusinessName()
Supplier business name.
|
String |
getCity()
The address city.
|
String |
getCompanyId()
Supplier business identification number.
|
String |
getCountry()
The address ISO 3166 alpha-2 country code.
|
String |
getPostcode()
The address post code.
|
String |
getStreet()
The street and street number.
|
String |
getTaxId()
Supplier tax payer identification number.
|
String |
getVatId()
Supplier vat payer identification number.
|
int |
hashCode() |
Supplier |
postcode(String postcode) |
void |
setBusinessName(String businessName) |
void |
setCity(String city) |
void |
setCompanyId(String companyId) |
void |
setCountry(String country) |
void |
setPostcode(String postcode) |
void |
setStreet(String street) |
void |
setTaxId(String taxId) |
void |
setVatId(String vatId) |
Supplier |
street(String street) |
Supplier |
taxId(String taxId) |
String |
toString() |
Supplier |
vatId(String vatId) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallNull, setIfNotAllNullpublic String getBusinessName()
public void setBusinessName(String businessName)
public String getCompanyId()
public void setCompanyId(String companyId)
public String getTaxId()
public void setTaxId(String taxId)
public String getVatId()
public void setVatId(String vatId)
public String getStreet()
public void setStreet(String street)
public String getCity()
public void setCity(String city)
public String getCountry()
public void setCountry(String country)
public String getPostcode()
public void setPostcode(String postcode)
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.