com.ibm.commerce.user.objects
Interface PolicyAccountLockoutAccessBeanData

All Known Implementing Classes:
PolicyAccountLockoutAccessBean

public interface PolicyAccountLockoutAccessBeanData


Method Summary
 java.lang.String getLockoutThreshold()
           
 java.lang.String getPolicyAccountLockoutId()
           
 java.lang.String getWaitTime()
           
 void setLockoutThreshold(java.lang.String newValue)
           
 void setWaitTime(java.lang.String newValue)
           
 

Method Detail

getLockoutThreshold

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

getWaitTime

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

setLockoutThreshold

public void setLockoutThreshold(java.lang.String newValue)

setWaitTime

public void setWaitTime(java.lang.String newValue)