com.ibm.commerce.ordermanagement.objects
Class ReturnReceiptBean

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

public class ReturnReceiptBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ReturnReceiptBean

public ReturnReceiptBean()
Method Detail

getDateReceived

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.

Returns:
java.sql.Timestamp

getDispositionedQty

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.

Returns:
java.lang.Integer

getLastUpdate

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.

Returns:
java.sql.Timestamp

getQuantity

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.

Returns:
java.lang.Integer

getRmaId

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.

Returns:
java.lang.Long

getRmaItemCmpId

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.

Returns:
java.lang.Long

getRtnReceiptId

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.

Returns:
java.lang.Long

getVersionSpcId

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.

Returns:
java.lang.Long

setDateReceived

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.

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

setDispositionedQty

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

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

setLastUpdate

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

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

setQuantity

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

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

setRmaId

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

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

setRmaItemCmpId

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

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

setRtnReceiptId

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

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

setVersionSpcId

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

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