public class AccountBusiness extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
AccountBusiness() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
AccountBusiness |
businessName(String businessName)
The company business name.
|
AccountBusiness |
city(String city)
The company domicile city.
|
AccountBusiness |
companyId(String companyId)
The company business identification number.
|
AccountBusiness |
domain(Domain domain)
The account default domain.
|
AccountBusiness |
domicile(String domicile)
The country of residence of the company, ISO 3166 alpha-2 country code.
|
String |
getBusinessName() |
String |
getCity() |
String |
getCompanyId() |
Domain |
getDomain() |
String |
getDomicile() |
Double |
getLatitude() |
String |
getLegalForm() |
Image |
getLogo() |
Double |
getLongitude() |
String |
getPostcode() |
String |
getStreet() |
String |
getTaxId() |
String |
getVatId() |
Boolean |
getVatPayer() |
Map<String,String> |
getWhy() |
AccountBusiness |
latitude(Double latitude)
The company address latitude geographic coordinate, generated by the service.
|
AccountBusiness |
legalForm(String legalForm)
The company legal form.
|
AccountBusiness |
logo(Image logo)
The company logo.
|
AccountBusiness |
longitude(Double longitude)
The company address longitude geographic coordinate, generated by the service.
|
AccountBusiness |
postcode(String postcode)
The company postal code.
|
void |
setBusinessName(String businessName) |
void |
setCity(String city) |
void |
setCompanyId(String companyId) |
void |
setDomain(Domain domain) |
void |
setDomicile(String domicile) |
void |
setLatitude(Double latitude) |
void |
setLegalForm(String legalForm) |
void |
setLogo(Image logo) |
boolean |
setLogoIf(Image logo) |
void |
setLongitude(Double longitude) |
void |
setPostcode(String postcode) |
void |
setStreet(String street) |
void |
setTaxId(String taxId) |
void |
setVatId(String vatId) |
void |
setVatPayer(Boolean vatPayer) |
void |
setWhy(Map<String,String> why) |
AccountBusiness |
street(String street)
The company street and street number.
|
AccountBusiness |
taxId(String taxId)
The company tax payer identification number.
|
AccountBusiness |
vatId(String vatId)
The company value added tax identification number (VAT ID).
|
AccountBusiness |
vatPayer(Boolean vatPayer)
The boolean indication whether company is registered as VAT payer.
|
public AccountBusiness businessName(String businessName)
public String getBusinessName()
public void setBusinessName(String businessName)
public AccountBusiness legalForm(String legalForm)
public String getLegalForm()
public void setLegalForm(String legalForm)
public AccountBusiness street(String street)
public String getStreet()
public void setStreet(String street)
public AccountBusiness city(String city)
public String getCity()
public void setCity(String city)
public AccountBusiness domicile(String domicile)
public String getDomicile()
public void setDomicile(String domicile)
public AccountBusiness postcode(String postcode)
public String getPostcode()
public void setPostcode(String postcode)
public AccountBusiness latitude(Double latitude)
public Double getLatitude()
public void setLatitude(Double latitude)
public AccountBusiness longitude(Double longitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public AccountBusiness companyId(String companyId)
public String getCompanyId()
public void setCompanyId(String companyId)
public AccountBusiness taxId(String taxId)
public String getTaxId()
public void setTaxId(String taxId)
public AccountBusiness vatPayer(Boolean vatPayer)
public Boolean getVatPayer()
public void setVatPayer(Boolean vatPayer)
public AccountBusiness vatId(String vatId)
public String getVatId()
public void setVatId(String vatId)
public AccountBusiness domain(Domain domain)
public Domain getDomain()
public void setDomain(Domain domain)
public AccountBusiness logo(Image logo)
public Image getLogo()
public void setLogo(Image logo)
public boolean setLogoIf(Image logo)
RelevantNullChecker.setIfNotAllNull(Consumer, RelevantNullChecker)public boolean allNull()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.