com.ibm.commerce.ordermanagement.objects
Class ReturnDispositionCodeDescriptionBean

com.ibm.commerce.ordermanagement.objects.ReturnDispositionCodeDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class ReturnDispositionCodeDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ReturnDispositionCodeDescriptionBean

public ReturnDispositionCodeDescriptionBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

getRtnDspCodeId

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.

Returns:
java.lang.Integer

setDescription

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.

Parameters:
aDescription - java.lang.String
Returns:
void

setLanguageId

public 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.

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setRtnDspCodeId

public 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.

Parameters:
aRtnDspCodeId - java.lang.Integer
Returns:
void