com.ibm.commerce.inventory.beans
Class VendorDataBean

com.ibm.commerce.inventory.beans.VendorDataBean

public class 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
           
 
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()
           
 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.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

istrDescription

protected java.lang.String istrDescription

istrLanguageId

protected java.lang.String istrLanguageId

istrStAddressId

protected java.lang.String istrStAddressId

istrVendorId

protected java.lang.String istrVendorId

istrVendorName

protected java.lang.String istrVendorName
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

setDescription

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

setLanguageId

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

setStAddressId

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

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