com.ibm.commerce.ordermanagement.objects
Class ReturnReasonDescriptionBean

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

public class ReturnReasonDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ReturnReasonDescriptionBean

public ReturnReasonDescriptionBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

getRtnReasonId

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.

Returns:
java.lang.Integer

setDescription

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.

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

setLanguageId

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

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

setRtnReasonId

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

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