com.ibm.commerce.ordermanagement.objects
Class ReturnReceiptDispositionBean

com.ibm.commerce.ordermanagement.objects.ReturnReceiptDispositionBean
All Implemented Interfaces:
java.io.Serializable

public class ReturnReceiptDispositionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ReturnReceiptDispositionBean

public ReturnReceiptDispositionBean()
Method Detail

getComments

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.

Returns:
java.lang.String

getDispositionDate

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.

Returns:
java.sql.Timestamp

getQuantity

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.

Returns:
java.lang.Integer

getRtnDspCodeId

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.

Returns:
java.lang.Integer

getRtnRcptDspId

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.

Returns:
java.lang.Long

getRtnReasonId

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.

Returns:
java.lang.Integer

getRtnReceiptId

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.

Returns:
java.lang.Long

setComments

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.

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

setDispositionDate

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

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

setQuantity

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

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

setRtnDspCodeId

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

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

setRtnRcptDspId

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

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

setRtnReasonId

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

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

setRtnReceiptId

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

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