|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnReceiptDispositionBean
This bean provides access to the RTNRCPTDSP table.
The following is a description of this table:
This table describes how a returned item has been disposed.
Constructor Summary | |
ReturnReceiptDispositionBean()
|
Method Summary | |
java.lang.String |
getComments()
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getDispositionDate()
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.Integer |
getQuantity()
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getRtnDspCodeId()
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getRtnRcptDspId()
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getRtnReasonId()
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL. |
java.lang.Long |
getRtnReceiptId()
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setComments(java.lang.String aComments)
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254) NULL. |
void |
setDispositionDate(java.sql.Timestamp aDispositionDate)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setQuantity(java.lang.Integer aQuantity)
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnRcptDspId(java.lang.Long aRtnRcptDspId)
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL. |
void |
setRtnReceiptId(java.lang.Long aRtnReceiptId)
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public ReturnReceiptDispositionBean()
Method Detail |
public java.lang.String getComments()
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comments for the disposition.
public java.sql.Timestamp getDispositionDate()
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The Timestamp at which the item was disposed.
public java.lang.Integer getQuantity()
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
public java.lang.Integer getRtnDspCodeId()
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Disposition code describing how the item was disposed.
public java.lang.Long getRtnRcptDspId()
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getRtnReasonId()
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The reason for the disposition.
public java.lang.Long getRtnReceiptId()
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The return receipt to which this disposition record refers.
public void setComments(java.lang.String aComments)
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comments for the disposition.
aComments
- java.lang.Stringpublic void setDispositionDate(java.sql.Timestamp aDispositionDate)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The Time stamp at which the item was disposed.
aDispositionDate
- java.sql.Timestamppublic void setQuantity(java.lang.Integer aQuantity)
This method provides access to the RTNRCPTDSP.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 setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Disposition code describing how the item was disposed.
aRtnDspCodeId
- java.lang.Integerpublic void setRtnRcptDspId(java.lang.Long aRtnRcptDspId)
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aRtnRcptDspId
- java.lang.Longpublic void setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The reason for the disposition.
aRtnReasonId
- java.lang.Integerpublic void setRtnReceiptId(java.lang.Long aRtnReceiptId)
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The return receipt to which this disposition record refers.
aRtnReceiptId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |