com.ibm.commerce.user.objects
Interface PolicyAccountAccessBeanData

All Known Implementing Classes:
PolicyAccountAccessBean

public interface PolicyAccountAccessBeanData


Method Summary
 java.lang.String getPolicyAccountId()
           
 java.lang.String getPolicyAccountLockoutId()
           
 java.lang.String getPolicyPasswordId()
           
 void setPolicyAccountLockoutId(java.lang.String newValue)
           
 void setPolicyPasswordId(java.lang.String newValue)
           
 

Method Detail

getPolicyAccountId

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

getPolicyAccountLockoutId

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

getPolicyPasswordId

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

setPolicyAccountLockoutId

public void setPolicyAccountLockoutId(java.lang.String newValue)

setPolicyPasswordId

public void setPolicyPasswordId(java.lang.String newValue)