com.ibm.commerce.inventory.objects
Class InventoryAdjustmentBean

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

public class InventoryAdjustmentBean
implements java.io.Serializable

This bean provides access to the INVADJUST table.

The following is a description of this table:

This table records adjustments made to inventory.

See Also:
Serialized Form

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

InventoryAdjustmentBean

public InventoryAdjustmentBean()
Method Detail

getAdjustmentComment

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.

Returns:
java.lang.String

getAdjustmentDate

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.

Returns:
java.sql.Timestamp

getInvadjCodeId

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.

Returns:
java.lang.Long

getInvadjustId

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.

Returns:
java.lang.Long

getInvAdjustNum

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.

Returns:
java.lang.Integer

getLastupdate

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.

Returns:
java.sql.Timestamp

getQuantity

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.

Returns:
java.lang.Integer

getReceiptId

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.

Returns:
java.lang.Long

setAdjustmentComment

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.

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

setAdjustmentDate

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

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

setInvadjCodeId

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

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

setInvadjustId

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

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

setInvAdjustNum

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

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

setLastupdate

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

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

setQuantity

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

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

setReceiptId

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

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