|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnDispositionCodeDescriptionBean
This bean provides access to the RTNDSPDESC table.
The following is a description of this table:
This table stores the language-dependent description of a return disposition code.
Constructor Summary | |
ReturnDispositionCodeDescriptionBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the RTNDSPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the RTNDSPDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getRtnDspCodeId()
This method provides access to the RTNDSPDESC.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the RTNDSPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the RTNDSPDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
This method provides access to the RTNDSPDESC.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ReturnDispositionCodeDescriptionBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the RTNDSPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the Return Disposition Code.
public java.lang.Integer getLanguageId()
This method provides access to the RTNDSPDESC.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 getRtnDspCodeId()
This method provides access to the RTNDSPDESC.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The return disposition code to which this information applies.
public void setDescription(java.lang.String aDescription)
This method provides access to the RTNDSPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A description of the Return Disposition Code.
aDescription
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the RTNDSPDESC.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 setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
This method provides access to the RTNDSPDESC.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The return disposition code to which this information applies.
aRtnDspCodeId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |