com.parsec.ejbs.customer
Interface Customer

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

public interface Customer
extends javax.ejb.EJBObject


Method Summary
 java.lang.String getBankAcc()
           
 java.lang.String getBankName()
           
 java.lang.String getCity()
           
 java.lang.String getDescription()
           
 java.lang.String getEmail()
           
 java.lang.String getLogin()
           
 double getMarginMoney()
           
 java.lang.String getName()
           
 java.lang.String getPasswd()
           
 java.lang.String getPinCode()
           
 java.lang.String getState()
           
 java.lang.String getStreet()
           
 java.lang.String getTelephone()
           
 void setBankAcc(java.lang.String a)
           
 void setBankName(java.lang.String a)
           
 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 setMarginMoney(double a)
           
 void setName(java.lang.String a)
           
 void setPasswd(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

getPasswd

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

getName

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

getDescription

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

getBankName

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

getBankAcc

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

getMarginMoney

public double getMarginMoney()
                      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

setPasswd

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

setName

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

setDescription

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

setBankName

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

setBankAcc

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

setMarginMoney

public void setMarginMoney(double 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