com.ibm.commerce.inventory.beans
Class VendorDataBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.inventory.beans.VendorDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class VendorDataBean
extends SmartDataBeanImpl

IBM Internal Use

See Also:
Serialized Form

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
See Also:
Constant Field Values

istrVendorId

protected java.lang.String istrVendorId

istrDescription

protected java.lang.String istrDescription

istrVendorName

protected java.lang.String istrVendorName

istrStAddressId

protected java.lang.String istrStAddressId

istrLanguageId

protected java.lang.String istrLanguageId
Constructor Detail

VendorDataBean

public VendorDataBean()
Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getLanguageId

public java.lang.String getLanguageId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getStAddressId

public java.lang.String getStAddressId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getVendorId

public java.lang.String getVendorId()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

getVendorName

public java.lang.String getVendorName()
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Returns:
java.lang.String

populate

public void populate()
              throws java.lang.Exception
Description copied from class: SmartDataBeanImpl
Populates the databean with elements.
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception - should not happen since there is no data retrieved to populate the databean.

setDescription

public void setDescription(java.lang.String newDescription)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)

setStAddressId

public void setStAddressId(java.lang.String newStAddressId)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)

setVendorId

public void setVendorId(java.lang.String newVendorId)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Parameters:
newVendorId - java.lang.String

setVendorName

public void setVendorName(java.lang.String newVendorName)
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
Parameters:
newVendorName - java.lang.String