com.parsec.ejbs.authenticator
Interface CompanyAuthenticatedBy
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface CompanyAuthenticatedBy
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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