|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.InventoryAdjustmentCodeDescriptionBean
This bean provides access to the INVADJDESC table.
The following is a description of this table:
Each row of this table contains language-dependent information about an InventoryAdjustmentCode.
Constructor Summary | |
InventoryAdjustmentCodeDescriptionBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the INVADJDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getInvAdjCodeId()
This method provides access to the INVADJDESC.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the INVADJDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the INVADJDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the INVADJDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setInvAdjCodeId(java.lang.Long aInvAdjCodeId)
This method provides access to the INVADJDESC.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the INVADJDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the INVADJDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
Constructor Detail |
public InventoryAdjustmentCodeDescriptionBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the INVADJDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the InventoryAdjustmentCode, suitable for display in a user interface that manages InventoryAdjustments or InventoryAdjustmentCodes.
public java.lang.Long getInvAdjCodeId()
This method provides access to the INVADJDESC.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InventoryAdjustmentCode.
public java.lang.Integer getLanguageId()
This method provides access to the INVADJDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for this information. For a list of language components, see the LANGUAGE table.
public java.sql.Timestamp getLastupdate()
This method provides access to the INVADJDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this information was most recently updated.
public void setDescription(java.lang.String aDescription)
This method provides access to the INVADJDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the InventoryAdjustmentCode, suitable for display in a user interface that manages InventoryAdjustments or InventoryAdjustmentCodes.
aDescription
- java.lang.Stringpublic void setInvAdjCodeId(java.lang.Long aInvAdjCodeId)
This method provides access to the INVADJDESC.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InventoryAdjustmentCode.
aInvAdjCodeId
- java.lang.Longpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the INVADJDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for this information. For a list of language components, see the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the INVADJDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this information was most recently updated.
aLastupdate
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |