com.parsec.ejbs.company
Interface CorporateRegistration
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface CorporateRegistration
- extends javax.ejb.EJBObject
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getLogin
public java.lang.String getLogin()
throws java.rmi.RemoteException
getPassword
public java.lang.String getPassword()
throws java.rmi.RemoteException
getDescription
public java.lang.String getDescription()
throws java.rmi.RemoteException
getStreet
public java.lang.String getStreet()
throws java.rmi.RemoteException
getCity
public java.lang.String getCity()
throws java.rmi.RemoteException
getState
public java.lang.String getState()
throws java.rmi.RemoteException
getPinCode
public java.lang.String getPinCode()
throws java.rmi.RemoteException
getEmail
public java.lang.String getEmail()
throws java.rmi.RemoteException
getTelephone
public java.lang.String getTelephone()
throws java.rmi.RemoteException
setLogin
public void setLogin(java.lang.String a)
throws java.rmi.RemoteException
setPassword
public void setPassword(java.lang.String a)
throws java.rmi.RemoteException
setDescription
public void setDescription(java.lang.String a)
throws java.rmi.RemoteException
setStreet
public void setStreet(java.lang.String a)
throws java.rmi.RemoteException
setCity
public void setCity(java.lang.String a)
throws java.rmi.RemoteException
setState
public void setState(java.lang.String a)
throws java.rmi.RemoteException
setPinCode
public void setPinCode(java.lang.String a)
throws java.rmi.RemoteException
setEmail
public void setEmail(java.lang.String a)
throws java.rmi.RemoteException
setTelephone
public void setTelephone(java.lang.String a)
throws java.rmi.RemoteException