java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.inventory.beans.VendorDataBean
IBM Internal Use
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
protected
java.lang.String |
istrDescription |
protected
java.lang.String |
istrLanguageId |
protected
java.lang.String |
istrStAddressId |
protected
java.lang.String |
istrVendorId |
protected
java.lang.String |
istrVendorName |
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
VendorDataBean() |
Method Summary | |
---|---|
java.lang.String |
getDescription() Insert the method's description here. |
java.lang.String |
getLanguageId() Insert the method's description here. |
java.lang.String |
getStAddressId() Insert the method's description here. |
java.lang.String |
getVendorId() Insert the method's description here. |
java.lang.String |
getVendorName() Insert the method's description here. |
void |
populate() Populates the databean with elements. |
void |
setDescription(java.lang.String newDescription) Insert the method's description here. |
void |
setLanguageId(java.lang.String newLanguageId) Insert the method's description here. |
void |
setStAddressId(java.lang.String newStAddressId) Insert the method's description here. |
void |
setVendorId(java.lang.String newVendorId) Insert the method's description here. |
void |
setVendorName(java.lang.String newVendorName) Insert the method's description here. |
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
fulfills,
getCommandContext,
getResources,
setCommandContext |
Methods inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
getRequestProperties,
setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans. InputDataBean |
getRequestProperties,
setRequestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected java.lang.String istrVendorId
protected java.lang.String istrDescription
protected java.lang.String istrVendorName
protected java.lang.String istrStAddressId
protected java.lang.String istrLanguageId
Constructor Detail |
---|
public VendorDataBean()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getLanguageId()
public java.lang.String getStAddressId()
public java.lang.String getVendorId()
public java.lang.String getVendorName()
public void populate() throws java.lang.Exception
SmartDataBeanImpl
populate
in interface
SmartDataBean
populate
in class
SmartDataBeanImpl
java.lang.Exception
- should not happen since there is no data
retrieved to populate the databean.public void setDescription(java.lang.String newDescription)
public void setLanguageId(java.lang.String newLanguageId)
public void setStAddressId(java.lang.String newStAddressId)
public void setVendorId(java.lang.String newVendorId)
newVendorId
- java.lang.Stringpublic void setVendorName(java.lang.String newVendorName)
newVendorName
- java.lang.String