|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnReasonDescriptionBean
This bean provides access to the RTNRSNDESC table.
The following is a description of this table:
This table stores the language-dependent description of the return reason codes.
Constructor Summary | |
ReturnReasonDescriptionBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the RTNRSNDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the RTNRSNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getRtnReasonId()
This method provides access to the RTNRSNDESC.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the RTNRSNDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the RTNRSNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNRSNDESC.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ReturnReasonDescriptionBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the RTNRSNDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the reason for the return.
public java.lang.Integer getLanguageId()
This method provides access to the RTNRSNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for which this information applies. This is a currency code as per ISO 4217 standards.
public java.lang.Integer getRtnReasonId()
This method provides access to the RTNRSNDESC.RTNREASON_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reason to which this information applies.
public void setDescription(java.lang.String aDescription)
This method provides access to the RTNRSNDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the reason for the return.
aDescription
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the RTNRSNDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for which this information applies. This is a currency code as per ISO 4217 standards.
aLanguageId
- java.lang.Integerpublic void setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNRSNDESC.RTNREASON_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reason to which this information applies.
aRtnReasonId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |