com.ibm.commerce.inventory.beans
Class InventoryAdjustmentCodeDataBean

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

public class InventoryAdjustmentCodeDataBean
extends SmartDataBeanImpl

IBM Internal Use

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
protected  java.lang.String istrAdjustCode
           
protected  java.lang.String istrDescription
           
protected  java.lang.String istrDisplay
           
protected  java.lang.String istrInvAdjCodeId
           
 
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
InventoryAdjustmentCodeDataBean()
           
 
Method Summary
 java.lang.String getAdjustCode()
          Insert the method's description here.
 java.lang.String getDescription()
          Insert the method's description here.
 java.lang.String getDisplay()
          Insert the method's description here.
 java.lang.String getInvAdjCodeId()
          Insert the method's description here.
 void populate()
          populate the databean
 void setAdjustCode(java.lang.String newAdjustCode)
          Insert the method's description here.
 void setDescription(java.lang.String newDescription)
          Insert the method's description here.
 void setDisplay(java.lang.String newDisplay)
          Insert the method's description here.
 void setInvAdjCodeId(java.lang.String newInvAdjCodeId)
          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

COPYRIGHT

public static final java.lang.String COPYRIGHT

istrAdjustCode

protected java.lang.String istrAdjustCode

istrDescription

protected java.lang.String istrDescription

istrDisplay

protected java.lang.String istrDisplay

istrInvAdjCodeId

protected java.lang.String istrInvAdjCodeId
Constructor Detail

InventoryAdjustmentCodeDataBean

public InventoryAdjustmentCodeDataBean()
Method Detail

getAdjustCode

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

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

getDisplay

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

getInvAdjCodeId

public java.lang.String getInvAdjCodeId()
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
populate the databean
Overrides:
populate in class SmartDataBeanImpl

setAdjustCode

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

setDescription

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

setDisplay

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

setInvAdjCodeId

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