|
|||||||||
| Home >> All >> com >> clra >> [ member overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.clra.member
Interface IMember

- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface IMember
- extends javax.ejb.EJBObject
- Version:
- $Revision: 1.6 $ $Date: 2003/02/26 03:38:45 $
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
setData
public void setData(MemberSnapshot data) throws java.rmi.RemoteException
setAccountName
public void setAccountName(java.lang.String name) throws java.rmi.RemoteException
setAccountPassword
public void setAccountPassword(java.lang.String password) throws java.rmi.RemoteException
setAccountType
public void setAccountType(AccountType type) throws java.rmi.RemoteException
setMemberName
public void setMemberName(MemberName name) throws java.rmi.RemoteException
setEmail
public void setEmail(Email email) throws java.rmi.RemoteException
setTelephones
public void setTelephones(java.util.Map telephones) throws java.rmi.RemoteException
setEveningTelephone
public void setEveningTelephone(Telephone phone) throws java.rmi.RemoteException
setDayTelephone
public void setDayTelephone(Telephone phone) throws java.rmi.RemoteException
setOtherTelephone
public void setOtherTelephone(Telephone phone) throws java.rmi.RemoteException
setAddress
public void setAddress(Address address) throws java.rmi.RemoteException
setAccountYear
public void setAccountYear(java.util.Date year) throws java.rmi.RemoteException
setBirthDate
public void setBirthDate(java.util.Date birthDate) throws java.rmi.RemoteException
setMemberRoles
public void setMemberRoles(MemberRole[] memberRoles) throws java.rmi.RemoteException
getId
public java.lang.Integer getId() throws java.rmi.RemoteException
getData
public MemberSnapshot getData() throws java.rmi.RemoteException
getAccountName
public java.lang.String getAccountName() throws java.rmi.RemoteException
getAccountPassword
public java.lang.String getAccountPassword() throws java.rmi.RemoteException
getAccountType
public AccountType getAccountType() throws java.rmi.RemoteException
getMemberName
public MemberName getMemberName() throws java.rmi.RemoteException
getEmail
public Email getEmail() throws java.rmi.RemoteException
getTelephones
public java.util.Map getTelephones() throws java.rmi.RemoteException
getEveningTelephone
public Telephone getEveningTelephone() throws java.rmi.RemoteException
getDayTelephone
public Telephone getDayTelephone() throws java.rmi.RemoteException
getOtherTelephone
public Telephone getOtherTelephone() throws java.rmi.RemoteException
getAddress
public Address getAddress() throws java.rmi.RemoteException
getAccountYear
public java.util.Date getAccountYear() throws java.rmi.RemoteException
getBirthDate
public java.util.Date getBirthDate() throws java.rmi.RemoteException
getMemberRoles
public MemberRole[] getMemberRoles() throws java.rmi.RemoteException
|
|||||||||
| Home >> All >> com >> clra >> [ member overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC