com.parsec.ejbs.authenticator
Interface CompanyAuthenticatedBy

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface CompanyAuthenticatedBy
extends javax.ejb.EJBObject


Method Summary
 java.util.Date getAuthenticateDate()
           
 java.lang.String getAuthenticatorId()
           
 java.lang.String getCompanyId()
           
 void setAuthenticateDate(java.util.Date a)
           
 void setAuthenticatorId(java.lang.String a)
           
 void setCompanyId(java.lang.String a)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCompanyId

public java.lang.String getCompanyId()
                              throws java.rmi.RemoteException

getAuthenticatorId

public java.lang.String getAuthenticatorId()
                                    throws java.rmi.RemoteException

getAuthenticateDate

public java.util.Date getAuthenticateDate()
                                   throws java.rmi.RemoteException

setCompanyId

public void setCompanyId(java.lang.String a)
                  throws java.rmi.RemoteException

setAuthenticatorId

public void setAuthenticatorId(java.lang.String a)
                        throws java.rmi.RemoteException

setAuthenticateDate

public void setAuthenticateDate(java.util.Date a)
                         throws java.rmi.RemoteException