java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.payment.objects.PaymentMethodDescriptionAccessBean
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 &l This access bean corresponds to the database table 'PAYMTHDDSC'.
Constructor Summary | |
PaymentMethodDescriptionAccessBean() Zero argument constructor used to initialize the access bean. |
|
PaymentMethodDescriptionAccessBean(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.String arg3) Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
PaymentMethodDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getDescription() This method provides access to the PAYMTHDDSC.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String | getLanguageId() This method provides access to the PAYMTHDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getLanguageIdInEJBType() This method provides access to the PAYMTHDDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getPaymentMethodId() This method provides access to the PAYMTHDDSC.PAYMTHD_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getPaymentMethodIdInEJBType() This method provides access to the PAYMTHDDSC.PAYMTHD_ID column of DB2 type INTEGER NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_languageId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_paymentMethodId(java.lang.String newValue) Set the primary key for this object |
void | setLanguageId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLanguageId(java.lang.String newValue) This method accesses a non-CMP field |
void | setPaymentMethodId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setPaymentMethodId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PaymentMethodDescriptionAccessBean()
public PaymentMethodDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PaymentMethodDescriptionAccessBean(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.String arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Detail |
public void setInitKey_languageId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_paymentMethodId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYMTHDDSC.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
Short description of the Cashier profile in the language identified by the language ID.
public void setDescription(java.lang.String newValue)
public java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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 getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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 void setLanguageId(java.lang.String newValue)
public void setLanguageId(java.lang.Integer newValue)
public java.lang.String getPaymentMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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 the PAYMTHD_ID column of the PAYMTHD table.
public java.lang.Integer getPaymentMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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 the PAYMTHD_ID column of the PAYMTHD table.
public void setPaymentMethodId(java.lang.String newValue)
public void setPaymentMethodId(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.