|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.InventoryAdjustmentCodeBean
This bean provides access to the INVADJCODE table.
The following is a description of this table:
Each row of this table defines an InventoryAdjustmentCode for a Store, or the Stores in a StoreGroup. Each code represents a reason for an InventoryAdjustment, such as broken, lost, or found.
Constructor Summary | |
InventoryAdjustmentCodeBean()
|
Method Summary | |
java.lang.String |
getAdjustCode()
This method provides access to the INVADJCODE.ADJUSTCODE column of DB2 type CHAR(4) NOT NULL. |
java.lang.Long |
getInvAdjCodeId()
This method provides access to the INVADJCODE.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the INVADJCODE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the INVADJCODE.MARKFORDELETE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStoreentId()
This method provides access to the INVADJCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setAdjustCode(java.lang.String aAdjustCode)
This method provides access to the INVADJCODE.ADJUSTCODE column of DB2 type CHAR(4) NOT NULL. |
void |
setInvAdjCodeId(java.lang.Long aInvAdjCodeId)
This method provides access to the INVADJCODE.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the INVADJCODE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the INVADJCODE.MARKFORDELETE column of DB2 type INTEGER NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the INVADJCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public InventoryAdjustmentCodeBean()
Method Detail |
public java.lang.String getAdjustCode()
This method provides access to the INVADJCODE.ADJUSTCODE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
A code that uniquely identifies this InventoryAdjustmentCode for a particular StoreEntity, suitable for display in a user interface that manages InventoryAdjustments and InventoryAdjustmentCodes.
public java.lang.Long getInvAdjCodeId()
This method provides access to the INVADJCODE.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
public java.sql.Timestamp getLastupdate()
This method provides access to the INVADJCODE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this InventoryAdjustmentCode was most recently updated.
public java.lang.Integer getMarkForDelete()
This method provides access to the INVADJCODE.MARKFORDELETE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether the InventoryAdjustmentCode should be deleted:
0 = Do not delete. It can be used to adjust inventory.
1 = Marked for delete. It may not be used to adjust inventory.
Refer to the Database Cleanup utility.
public java.lang.Integer getStoreentId()
This method provides access to the INVADJCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for the InventoryAdjustmentCode. The InventoryAdjustmentCode can be used by the specified Store, or all the Stores in the specified StoreGroup.
public void setAdjustCode(java.lang.String aAdjustCode)
This method provides access to the INVADJCODE.ADJUSTCODE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
A code that uniquely identifies this InventoryAdjustmentCode for a particular StoreEntity, suitable for display in a user interface that manages InventoryAdjustments and InventoryAdjustmentCodes.
aAdjustCode
- java.lang.Stringpublic void setInvAdjCodeId(java.lang.Long aInvAdjCodeId)
This method provides access to the INVADJCODE.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
aInvAdjCodeId
- java.lang.Longpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the INVADJCODE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this InventoryAdjustmentCode was most recently updated.
aLastupdate
- java.sql.Timestamppublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the INVADJCODE.MARKFORDELETE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether the InventoryAdjustmentCode should be deleted:
0 = Do not delete. It can be used to adjust inventory.
1 = Marked for delete. It may not be used to adjust inventory.
Refer to the Database Cleanup utility.
aMarkForDelete
- java.lang.Integerpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the INVADJCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for the InventoryAdjustmentCode. The InventoryAdjustmentCode can be used by the specified Store, or all the Stores in the specified StoreGroup.
aStoreentId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |