com.ibm.commerce.user.objects
Interface PolicyPasswordDescriptionAccessBeanData

All Known Implementing Classes:
PolicyPasswordDescriptionAccessBean

public interface PolicyPasswordDescriptionAccessBeanData

This table holds language-dependent information related to a password policy.


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

getPolicyPasswordId

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

setPolicyPasswordId

public void setPolicyPasswordId(java.lang.String newValue)

Feedback