|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnDenyReasonBean
This bean provides access to the RTNDNYRSN table.
The following is a description of this table:
This table stores denial reasons for return merchandise authorization (RMA) items. These are the reasons for which an RMA item was not automatically approved by the system.
Constructor Summary | |
ReturnDenyReasonBean()
|
Method Summary | |
java.lang.String |
getCode()
This method provides access to the RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getRtnDnyRsnId()
This method provides access to the RTNDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentId()
This method provides access to the RTNDNYRSN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)
This method provides access to the RTNDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the RTNDNYRSN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ReturnDenyReasonBean()
Method Detail |
public java.lang.String getCode()
This method provides access to the RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL.
The following is a description of this column:
Code used to reference the denial reason across stores.
public java.lang.Integer getMarkForDelete()
This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this denial reason has been marked for deletion:
0 = No.
1 = Yes, this denial reason has been marked for deletion.
public java.lang.Integer getRtnDnyRsnId()
This method provides access to the RTNDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getStoreentId()
This method provides access to the RTNDNYRSN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Store Entity of the owner.
public void setCode(java.lang.String aCode)
This method provides access to the RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL.
The following is a description of this column:
Code used to reference the denial reason across stores.
aCode
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this denial reason has been marked for deletion:
0 = No.
1 = Yes, this denial reason has been marked for deletion.
aMarkForDelete
- java.lang.Integerpublic void setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)
This method provides access to the RTNDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aRtnDnyRsnId
- java.lang.Integerpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the RTNDNYRSN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Store Entity of the owner.
aStoreentId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |