com.ibm.commerce.ordermanagement.objects
Class ReturnDenyReasonDescriptionBean

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

public class ReturnDenyReasonDescriptionBean
implements java.io.Serializable

This bean provides access to the RTNDNYDESC table.

The following is a description of this table:

This table stores the language-dependent descriptions of the reasons for denying return merchandise authorizations (RMAs).

See Also:
Serialized Form

Constructor Summary
ReturnDenyReasonDescriptionBean()
           
 
Method Summary
 ReturnReasonDescriptionAccessBean getDescription(java.lang.Integer aDescription)
          This method provides access to the RTNDNYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the RTNDNYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getRtnDnyRsnId()
          This method provides access to the RTNDNYDESC.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the RTNDNYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the RTNDNYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)
          This method provides access to the RTNDNYDESC.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

ReturnDenyReasonDescriptionBean

public ReturnDenyReasonDescriptionBean()
Method Detail

getDescription

public ReturnReasonDescriptionAccessBean getDescription(java.lang.Integer aDescription)
                                                 throws javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        java.rmi.RemoteException,
                                                        javax.naming.NamingException

This method provides access to the RTNDNYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

Description of the denial reason in the language specified by LANGUAGE_ID.

Parameters:
aDescription - java.lang.Integer
Returns:
com.ibm.commerce.ordermanagement.objects.ReturnReasonDescriptionAccessBean
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the RTNDNYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the language used for the description. This is a currency code as per ISO 4217 standards.

Returns:
java.lang.Integer

getRtnDnyRsnId

public java.lang.Integer getRtnDnyRsnId()

This method provides access to the RTNDNYDESC.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the denial reason for which this description belongs.

Returns:
java.lang.Integer

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the RTNDNYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

Description of the denial reason in the language specified by LANGUAGE_ID.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the RTNDNYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the language used for the description. This is a currency code as per ISO 4217 standards.

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

setRtnDnyRsnId

public void setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)

This method provides access to the RTNDNYDESC.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The ID of the denial reason for which this description belongs.

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