com.parsec.ejbs.company
Interface CorporateRegistration

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

public interface CorporateRegistration
extends javax.ejb.EJBObject


Method Summary
 java.lang.String getCity()
           
 java.lang.String getDescription()
           
 java.lang.String getEmail()
           
 java.lang.String getLogin()
           
 java.lang.String getPassword()
           
 java.lang.String getPinCode()
           
 java.lang.String getState()
           
 java.lang.String getStreet()
           
 java.lang.String getTelephone()
           
 void setCity(java.lang.String a)
           
 void setDescription(java.lang.String a)
           
 void setEmail(java.lang.String a)
           
 void setLogin(java.lang.String a)
           
 void setPassword(java.lang.String a)
           
 void setPinCode(java.lang.String a)
           
 void setState(java.lang.String a)
           
 void setStreet(java.lang.String a)
           
 void setTelephone(java.lang.String a)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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