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, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandContext, setCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public java.lang.String getDescription()
getDescription
in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
public java.lang.String getLanguageId()
getLanguageId
in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
public java.lang.String getStAddressId()
getStAddressId
in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
public java.lang.String getVendorId()
getVendorId
in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
public java.lang.String getVendorName()
getVendorName
in interface com.ibm.commerce.inventory.beans.VendorSmartDataBean
public 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 SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDescription(String)
,
setLanguageId(String)
,
setStAddressId(String)
,
setVendorId(String)
public void setDescription(java.lang.String newDescription)
setDescription
in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
newDescription
- public void setLanguageId(java.lang.String newLanguageId)
setLanguageId
in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
newLanguageId
- public void setStAddressId(java.lang.String newStAddressId)
setStAddressId
in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
newStAddressId
- public void setVendorId(java.lang.String newVendorId)
setVendorId
in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
newVendorId
- public void setVendorName(java.lang.String newVendorName)
setVendorName
in interface com.ibm.commerce.inventory.beans.VendorInputDataBean
newVendorName
-