|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.payment.objects.PaymentMethodDescriptionBean
This bean provides access to the PAYMTHDDSC table.
The following is a description of this table:
This table is a site-wide table that contains a short description of the Cashier profiles in each of the supported language. This table is deprecated and is provided for backward compatibility only.
Constructor Summary | |
PaymentMethodDescriptionBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the PAYMTHDDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the PAYMTHDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getPaymentMethodId()
This method provides access to the PAYMTHDDSC.PAYMTHD_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the PAYMTHDDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the PAYMTHDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setPaymentMethodId(java.lang.Integer aPaymentMethodId)
This method provides access to the PAYMTHDDSC.PAYMTHD_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public PaymentMethodDescriptionBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the PAYMTHDDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Short description of the Cashier profile in the language identified by the language ID.
public java.lang.Integer getLanguageId()
This method provides access to the PAYMTHDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language ID. Foreign key that references the LANGUAGE_ID column of the LANGUAGE table.
public java.lang.Integer getPaymentMethodId()
This method provides access to the PAYMTHDDSC.PAYMTHD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The unique integer ID of the Cashier profile. (Foreign key that references column payMthd_id of the PAYMTHD table.)
public void setDescription(java.lang.String aDescription)
This method provides access to the PAYMTHDDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Short description of the Cashier profile in the language identified by the language ID.
aDescription
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the PAYMTHDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language ID. Foreign key that references the LANGUAGE_ID column of the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setPaymentMethodId(java.lang.Integer aPaymentMethodId)
This method provides access to the PAYMTHDDSC.PAYMTHD_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The unique integer ID of the Cashier profile. (Foreign key that references column payMthd_id of the PAYMTHD table.)
aPaymentMethodId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |