Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.member
Interface IMember  view IMember download IMember.java

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 $

Method Summary
 java.lang.String getAccountName()
           
 java.lang.String getAccountPassword()
           
 AccountType getAccountType()
           
 java.util.Date getAccountYear()
           
 Address getAddress()
           
 java.util.Date getBirthDate()
           
 MemberSnapshot getData()
           
 Telephone getDayTelephone()
           
 Email getEmail()
           
 Telephone getEveningTelephone()
           
 java.lang.Integer getId()
           
 MemberName getMemberName()
           
 MemberRole[] getMemberRoles()
           
 Telephone getOtherTelephone()
           
 java.util.Map getTelephones()
           
 void setAccountName(java.lang.String name)
           
 void setAccountPassword(java.lang.String password)
           
 void setAccountType(AccountType type)
           
 void setAccountYear(java.util.Date year)
           
 void setAddress(Address address)
           
 void setBirthDate(java.util.Date birthDate)
           
 void setData(MemberSnapshot data)
           
 void setDayTelephone(Telephone phone)
           
 void setEmail(Email email)
           
 void setEveningTelephone(Telephone phone)
           
 void setMemberName(MemberName name)
           
 void setMemberRoles(MemberRole[] memberRoles)
           
 void setOtherTelephone(Telephone phone)
           
 void setTelephones(java.util.Map telephones)
           
 
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