|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.RMAItemDenyReasonBean
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.
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 |
public RMAItemDenyReasonBean()
Method Detail |
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.
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.
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.
aRmaItemId
- java.lang.Longpublic 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.
aRtnDnyRsnId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |