public class BrAPIVendorContact extends Object
| Constructor and Description |
|---|
BrAPIVendorContact() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getVendorAddress()
The street address of the vendor
|
String |
getVendorCity()
The name of the city where the vendor is located
|
String |
getVendorContactName()
The name or identifier of the primary vendor contact
|
String |
getVendorCountry()
The name of the country where the vendor is located
|
String |
getVendorDescription()
A description of the vendor
|
String |
getVendorEmail()
The primary email address used to contact the vendor
|
String |
getVendorName()
The human readable name of the vendor
|
String |
getVendorPhone()
The primary phone number used to contact the vendor
|
String |
getVendorURL()
The primary URL for the vendor
|
int |
hashCode() |
void |
setVendorAddress(String vendorAddress) |
void |
setVendorCity(String vendorCity) |
void |
setVendorContactName(String vendorContactName) |
void |
setVendorCountry(String vendorCountry) |
void |
setVendorDescription(String vendorDescription) |
void |
setVendorEmail(String vendorEmail) |
void |
setVendorName(String vendorName) |
void |
setVendorPhone(String vendorPhone) |
void |
setVendorURL(String vendorURL) |
String |
toString() |
BrAPIVendorContact |
vendorAddress(String vendorAddress) |
BrAPIVendorContact |
vendorCity(String vendorCity) |
BrAPIVendorContact |
vendorContactName(String vendorContactName) |
BrAPIVendorContact |
vendorCountry(String vendorCountry) |
BrAPIVendorContact |
vendorDescription(String vendorDescription) |
BrAPIVendorContact |
vendorEmail(String vendorEmail) |
BrAPIVendorContact |
vendorName(String vendorName) |
BrAPIVendorContact |
vendorPhone(String vendorPhone) |
BrAPIVendorContact |
vendorURL(String vendorURL) |
public BrAPIVendorContact vendorAddress(String vendorAddress)
public String getVendorAddress()
public void setVendorAddress(String vendorAddress)
public BrAPIVendorContact vendorCity(String vendorCity)
public String getVendorCity()
public void setVendorCity(String vendorCity)
public BrAPIVendorContact vendorContactName(String vendorContactName)
public String getVendorContactName()
public void setVendorContactName(String vendorContactName)
public BrAPIVendorContact vendorCountry(String vendorCountry)
public String getVendorCountry()
public void setVendorCountry(String vendorCountry)
public BrAPIVendorContact vendorDescription(String vendorDescription)
public String getVendorDescription()
public void setVendorDescription(String vendorDescription)
public BrAPIVendorContact vendorEmail(String vendorEmail)
public String getVendorEmail()
public void setVendorEmail(String vendorEmail)
public BrAPIVendorContact vendorName(String vendorName)
public String getVendorName()
public void setVendorName(String vendorName)
public BrAPIVendorContact vendorPhone(String vendorPhone)
public String getVendorPhone()
public void setVendorPhone(String vendorPhone)
public BrAPIVendorContact vendorURL(String vendorURL)
public String getVendorURL()
public void setVendorURL(String vendorURL)
Copyright © 2023. All rights reserved.