|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnReasonBean
This bean provides access to the RTNREASON table.
The following is a description of this table:
This table stores the reason for customer dissatisfaction with a product.
Constructor Summary | |
ReturnReasonBean()
|
Method Summary | |
java.lang.String |
getCode()
This method provides access to the RTNREASON.CODE column of DB2 type CHAR(30) NOT NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the RTNREASON.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getReasonType()
This method provides access to the RTNREASON.REASONTYPE column of DB2 type CHAR(1) NOT NULL. |
java.lang.Integer |
getRtnReasonId()
This method provides access to the RTNREASON.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentId()
This method provides access to the RTNREASON.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the RTNREASON.CODE column of DB2 type CHAR(30) NOT NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RTNREASON.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setReasonType(java.lang.String aReasonType)
This method provides access to the RTNREASON.REASONTYPE column of DB2 type CHAR(1) NOT NULL. |
void |
setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNREASON.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the RTNREASON.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ReturnReasonBean()
Method Detail |
public java.lang.String getCode()
This method provides access to the RTNREASON.CODE column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
Code used to reference the return reason.
public java.lang.Integer getMarkForDelete()
This method provides access to the RTNREASON.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this return reason has been marked for deletion:
0 = No.
1 = Yes, this return reason has been marked for deletion.
public java.lang.String getReasonType()
This method provides access to the RTNREASON.REASONTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
The way in which the return reason may be used as follows:
C = customer
M = merchant or disposition
B = both
public java.lang.Integer getRtnReasonId()
This method provides access to the RTNREASON.RTNREASON_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 RTNREASON.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity in which the return reason is used.
public void setCode(java.lang.String aCode)
This method provides access to the RTNREASON.CODE column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
Code used to reference the return reason.
aCode
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RTNREASON.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this return reason has been marked for deletion:
0 = No.
1 = Yes, this return reason has been marked for deletion.
aMarkForDelete
- java.lang.Integerpublic void setReasonType(java.lang.String aReasonType)
This method provides access to the RTNREASON.REASONTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
The way in which the return reason may be used as follows:
C = customer
M = merchant or disposition
B = both
aReasonType
- java.lang.Stringpublic void setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNREASON.RTNREASON_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aRtnReasonId
- java.lang.Integerpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the RTNREASON.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity in which the return reason is used.
aStoreentId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |