com.ibm.commerce.payment.objects
Class PaymentMethodDescriptionBean

com.ibm.commerce.payment.objects.PaymentMethodDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class PaymentMethodDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

PaymentMethodDescriptionBean

public PaymentMethodDescriptionBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

getPaymentMethodId

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

Returns:
java.lang.Integer

setDescription

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.

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

setLanguageId

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

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

setPaymentMethodId

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

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