|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnDenyReasonDescriptionBean
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).
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 |
public ReturnDenyReasonDescriptionBean()
Method Detail |
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.
aDescription
- java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aLanguageId
- java.lang.Integerpublic 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.
aRtnDnyRsnId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |