com.ibm.commerce.user.objects
Interface PolicyAccountDescriptionAccessBeanData

All Known Implementing Classes:
PolicyAccountDescriptionAccessBean

public interface PolicyAccountDescriptionAccessBeanData

This table holds language-dependent information related to an account policy.


Method Summary
java.lang.String getDescription()
java.lang.String getLanguageId()
java.lang.String getPolicyAccountId()
void setDescription(java.lang.String newValue)
void setLanguageId(java.lang.String newValue)
void setPolicyAccountId(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)

getPolicyAccountId

public java.lang.String getPolicyAccountId()
                                    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

setPolicyAccountId

public void setPolicyAccountId(java.lang.String newValue)

Feedback