public class InventoryAdjustmentCodeDataBean extends SmartDataBeanImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
InventoryAdjustmentCodeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdjustCode()
This method returns the Adjust Code.
|
java.lang.String |
getDescription()
This method returns the description.
|
java.lang.String |
getDisplay()
This method returns the display.
|
java.lang.String |
getInvAdjCodeId()
This method returns the inventory adjust code id.
|
java.lang.String |
getLanguageId()
This method returns the language id.
|
void |
populate()
This method is used to populate the InventoryAdjustmentCodeDataBean.
|
void |
setAdjustCode(java.lang.String newAdjustCode)
This method sets the djustCode.
|
void |
setDescription(java.lang.String newDescription)
This method sets the description.
|
void |
setDisplay(java.lang.String newDisplay)
This method sets the display.
|
void |
setInvAdjCodeId(java.lang.String newInvAdjCodeId)
This method sets the InvAdjCodeId.
|
void |
setLanguageId(java.lang.String newLanguageId)
This method sets the language id.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public java.lang.String getLanguageId()
public void setLanguageId(java.lang.String newLanguageId)
newLanguageId - public java.lang.String getAdjustCode()
public java.lang.String getDescription()
public java.lang.String getDisplay()
public java.lang.String getInvAdjCodeId()
public void populate()
throws java.lang.Exception
istrInvAdjCodeId
using the setInvAdjCodeId(String) method before running the populate() method.populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetInvAdjCodeId(String)public void setAdjustCode(java.lang.String newAdjustCode)
newAdjustCode - java.lang.Stringpublic void setDescription(java.lang.String newDescription)
newDescription - java.lang.Stringpublic void setDisplay(java.lang.String newDisplay)
newDisplay - java.lang.Stringpublic void setInvAdjCodeId(java.lang.String newInvAdjCodeId)
newInvAdjCodeId - java.lang.String