public class Supplier extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
Supplier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
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) |
public 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()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.