|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnReceiptBean
This bean provides access to the RTNRECEIPT table.
The following is a description of this table:
This table stores the receipt record that indicates that a returned item, from a return merchandise authorization (RMAA), has been received and specifies information about the received items.
Constructor Summary | |
ReturnReceiptBean()
|
Method Summary | |
java.sql.Timestamp |
getDateReceived()
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
java.lang.Integer |
getDispositionedQty()
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.Integer |
getQuantity()
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getRmaId()
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemCmpId()
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRtnReceiptId()
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getVersionSpcId()
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setDateReceived(java.sql.Timestamp aDateReceived)
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
void |
setDispositionedQty(java.lang.Integer aDispositionedQty)
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setQuantity(java.lang.Integer aQuantity)
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setRmaId(java.lang.Long aRmaId)
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemCmpId(java.lang.Long aRmaItemCmpId)
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReceiptId(java.lang.Long aRtnReceiptId)
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public ReturnReceiptBean()
Method Detail |
public java.sql.Timestamp getDateReceived()
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
public java.lang.Integer getDispositionedQty()
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
public java.sql.Timestamp getLastUpdate()
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which this record was last changed.
public java.lang.Integer getQuantity()
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
public java.lang.Long getRmaId()
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
public java.lang.Long getRmaItemCmpId()
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
public java.lang.Long getRtnReceiptId()
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getVersionSpcId()
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setDateReceived(java.sql.Timestamp aDateReceived)
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
aDateReceived
- java.sql.Timestamppublic void setDispositionedQty(java.lang.Integer aDispositionedQty)
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
aDispositionedQty
- java.lang.Integerpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which this record was last changed.
aLastUpdate
- java.sql.Timestamppublic void setQuantity(java.lang.Integer aQuantity)
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
aQuantity
- java.lang.Integerpublic void setRmaId(java.lang.Long aRmaId)
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
aRmaId
- java.lang.Longpublic void setRmaItemCmpId(java.lang.Long aRmaItemCmpId)
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
aRmaItemCmpId
- java.lang.Longpublic void setRtnReceiptId(java.lang.Long aRtnReceiptId)
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aRtnReceiptId
- java.lang.Longpublic void setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aVersionSpcId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |