com.ibm.commerce.payment.objects
Interface PaymentMethodDescriptionAccessBeanData

All Known Implementing Classes:
PaymentMethodDescriptionAccessBean

public interface PaymentMethodDescriptionAccessBeanData

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


Method Summary
java.lang.String getDescription()
java.lang.String getLanguageId()
java.lang.String getPaymentMethodId()
void setDescription(java.lang.String newValue)
void setLanguageId(java.lang.String newValue)
void setPaymentMethodId(java.lang.String newValue)

Method Detail

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)

getLanguageId

public java.lang.String getLanguageId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLanguageId

public void setLanguageId(java.lang.String newValue)

getPaymentMethodId

public java.lang.String getPaymentMethodId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPaymentMethodId

public void setPaymentMethodId(java.lang.String newValue)

Feedback