com.ibm.commerce.ordermanagement.objects
Class RMAItemDenyReasonBean

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

public class RMAItemDenyReasonBean
implements java.io.Serializable

This bean provides access to the RMAIDNYRSN table.

The following is a description of this table:

A joint table which specifies reasons for denying a return merchandise authorization (RMA) item.

See Also:
Serialized Form

Constructor Summary
RMAItemDenyReasonBean()
           
 
Method Summary
 java.lang.Long getRmaItemId()
          This method provides access to the RMAIDNYRSN.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getRtnDnyRsnId()
          This method provides access to the RMAIDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
 void setRmaItemId(java.lang.Long aRmaItemId)
          This method provides access to the RMAIDNYRSN.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
 void setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)
          This method provides access to the RMAIDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

RMAItemDenyReasonBean

public RMAItemDenyReasonBean()
Method Detail

getRmaItemId

public java.lang.Long getRmaItemId()

This method provides access to the RMAIDNYRSN.RMAITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The ID of the RMA item.

Returns:
java.lang.Long

getRtnDnyRsnId

public java.lang.Integer getRtnDnyRsnId()

This method provides access to the RMAIDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the reason to deny authorization for the RMA.

Returns:
java.lang.Integer

setRmaItemId

public void setRmaItemId(java.lang.Long aRmaItemId)

This method provides access to the RMAIDNYRSN.RMAITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The ID of the RMA item.

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

setRtnDnyRsnId

public void setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)

This method provides access to the RMAIDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the reason to deny authorization for the RMA.

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