public final class Supplier extends Object
| Constructor and Description |
|---|
Supplier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessName() |
String |
getCity() |
String |
getCompanyId() |
String |
getCountry() |
String |
getPostcode() |
String |
getStreet() |
String |
getTaxId() |
String |
getVatId() |
Supplier |
setBusinessName(String businessName) |
Supplier |
setCity(String city) |
Supplier |
setCompanyId(String companyId) |
Supplier |
setCountry(String country) |
Supplier |
setPostcode(String postcode) |
Supplier |
setStreet(String street) |
Supplier |
setTaxId(String taxId) |
Supplier |
setVatId(String vatId) |
public String getBusinessName()
public String getCity()
public String getCompanyId()
public String getCountry()
public String getPostcode()
public String getStreet()
public String getTaxId()
public String getVatId()
Copyright © 2023. All rights reserved.