public class VendorDataBean extends SmartDataBeanImpl implements com.ibm.commerce.inventory.beans.VendorInputDataBean, com.ibm.commerce.inventory.beans.VendorSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
VendorDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
This method returns the description.
|
java.lang.String |
getLanguageId()
This method returns the language id.
|
java.lang.String |
getStAddressId()
This method returns the StAddressId.
|
java.lang.String |
getVendorId()
This method returns the vendor id.
|
java.lang.String |
getVendorName()
This method returns the name of the vendor.
|
void |
populate()
This method is used to populate the VendorDataBean.
|
void |
setDescription(java.lang.String newDescription)
This method sets the description.
|
void |
setLanguageId(java.lang.String newLanguageId)
This method sets the language id.
|
void |
setStAddressId(java.lang.String newStAddressId)
This method sets the StAddressId.
|
void |
setVendorId(java.lang.String newVendorId)
This method sets the vendor id.
|
void |
setVendorName(java.lang.String newVendorName)
This method sets the name of the vendor.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandContext, setCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public java.lang.String getDescription()
getDescription in interface com.ibm.commerce.inventory.beans.VendorSmartDataBeanpublic java.lang.String getLanguageId()
getLanguageId in interface com.ibm.commerce.inventory.beans.VendorSmartDataBeanpublic java.lang.String getStAddressId()
getStAddressId in interface com.ibm.commerce.inventory.beans.VendorSmartDataBeanpublic java.lang.String getVendorId()
getVendorId in interface com.ibm.commerce.inventory.beans.VendorSmartDataBeanpublic java.lang.String getVendorName()
getVendorName in interface com.ibm.commerce.inventory.beans.VendorSmartDataBeanpublic void populate()
throws java.lang.Exception
istrDescription and istrLanguageId
and istrStAddressId and istrVendorId
using the setDescription(String) and setLanguageId(String)
and setStAddressId(String) and setVendorId(String) method before running the populate() method.populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDescription(String),
setLanguageId(String),
setStAddressId(String),
setVendorId(String)public void setDescription(java.lang.String newDescription)
setDescription in interface com.ibm.commerce.inventory.beans.VendorInputDataBeannewDescription - public void setLanguageId(java.lang.String newLanguageId)
setLanguageId in interface com.ibm.commerce.inventory.beans.VendorInputDataBeannewLanguageId - public void setStAddressId(java.lang.String newStAddressId)
setStAddressId in interface com.ibm.commerce.inventory.beans.VendorInputDataBeannewStAddressId - public void setVendorId(java.lang.String newVendorId)
setVendorId in interface com.ibm.commerce.inventory.beans.VendorInputDataBeannewVendorId - public void setVendorName(java.lang.String newVendorName)
setVendorName in interface com.ibm.commerce.inventory.beans.VendorInputDataBeannewVendorName -