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()
Populates the databean with elements.
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
See Also:
Constant Field Values

istrDescription

protected java.lang.String istrDescription

istrInvAdjCodeId

protected java.lang.String istrInvAdjCodeId

istrAdjustCode

protected java.lang.String istrAdjustCode

istrDisplay

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

setAdjustCode

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

setDescription

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

setDisplay

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

setInvAdjCodeId

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

Feedback