|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.InventoryAdjustmentBean
This bean provides access to the INVADJUST table.
The following is a description of this table:
This table records adjustments made to inventory.
Constructor Summary | |
InventoryAdjustmentBean()
|
Method Summary | |
java.lang.String |
getAdjustmentComment()
This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getAdjustmentDate()
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getInvadjCodeId()
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInvadjustId()
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getInvAdjustNum()
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getQuantity()
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL. |
java.lang.Long |
getReceiptId()
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setAdjustmentComment(java.lang.String aAdjustmentComment)
This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254) NULL. |
void |
setAdjustmentDate(java.sql.Timestamp aAdjustmentDate)
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL. |
void |
setInvadjCodeId(java.lang.Long aInvadjCodeId)
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvadjustId(java.lang.Long aInvadjustId)
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvAdjustNum(java.lang.Integer aInvAdjustNum)
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setQuantity(java.lang.Integer aQuantity)
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL. |
void |
setReceiptId(java.lang.Long aReceiptId)
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public InventoryAdjustmentBean()
Method Detail |
public java.lang.String getAdjustmentComment()
This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment.
public java.sql.Timestamp getAdjustmentDate()
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of adjustment.
public java.lang.Long getInvadjCodeId()
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to INVADJCODE table to indicate the type of adjustment being done.
public java.lang.Long getInvadjustId()
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated identifier which groups together the RECEIPT rows that were updated during an adjustment.
public java.lang.Integer getInvAdjustNum()
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A number that uniquely identifies this receipt adjustment along with its specified INVADJUST_ID.
public java.sql.Timestamp getLastupdate()
This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
public java.lang.Integer getQuantity()
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity adjusted for this receipt.
public java.lang.Long getReceiptId()
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the receipt which was adjusted.
public void setAdjustmentComment(java.lang.String aAdjustmentComment)
This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment.
aAdjustmentComment
- java.lang.Stringpublic void setAdjustmentDate(java.sql.Timestamp aAdjustmentDate)
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of adjustment.
aAdjustmentDate
- java.sql.Timestamppublic void setInvadjCodeId(java.lang.Long aInvadjCodeId)
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to INVADJCODE table to indicate the type of adjustment being done.
aInvadjCodeId
- java.lang.Longpublic void setInvadjustId(java.lang.Long aInvadjustId)
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated identifier which groups together the RECEIPT rows that were updated during an adjustment.
aInvadjustId
- java.lang.Longpublic void setInvAdjustNum(java.lang.Integer aInvAdjustNum)
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A number that uniquely identifies this receipt adjustment along with its specified INVADJUST_ID.
aInvAdjustNum
- java.lang.Integerpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastupdate
- java.sql.Timestamppublic void setQuantity(java.lang.Integer aQuantity)
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.
The following is a description of this column:
Quantity adjusted for this receipt.
aQuantity
- java.lang.Integerpublic void setReceiptId(java.lang.Long aReceiptId)
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the receipt which was adjusted.
aReceiptId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |