com.ibm.commerce.inventory.objects
Class InventoryAdjustmentCodeDescriptionBean

com.ibm.commerce.inventory.objects.InventoryAdjustmentCodeDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class InventoryAdjustmentCodeDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

InventoryAdjustmentCodeDescriptionBean

public InventoryAdjustmentCodeDescriptionBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getInvAdjCodeId

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.

Returns:
java.lang.Long

getLanguageId

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.

Returns:
java.lang.Integer

getLastupdate

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.

Returns:
java.sql.Timestamp

setDescription

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.

Parameters:
aDescription - java.lang.String
Returns:
void

setInvAdjCodeId

public 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.

Parameters:
aInvAdjCodeId - java.lang.Long
Returns:
void

setLanguageId

public 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.

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setLastupdate

public 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.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void