com.parsec.ejbs.customer
Interface UserRegistration
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface UserRegistration
- 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
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 float 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(float 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