com.croftsoft.apps.wyrm.entity
Interface UserLocal

All Superinterfaces:
EJBLocalObject

public interface UserLocal
extends EJBLocalObject

Local interface to User EJB.

Since:
2002-09-30
Version:
2002-10-31
Author:
David Wallace Croft

Method Summary
 double getCredits()
           
 String getFirstName()
           
 Long getId()
           
 String getLastName()
           
 String getMiddleName()
           
 String getPassword()
           
 PcLocal getPcLocal()
           
 String getUsername()
           
 void setCredits(double credits)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 void setMiddleName(String middleName)
           
 void setPassword(String password)
           
 void setPcLocal(PcLocal pcLocal)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

Long getId()
           throws EJBException
Throws:
EJBException

getUsername

String getUsername()
                   throws EJBException
Throws:
EJBException

getPassword

String getPassword()
                   throws EJBException
Throws:
EJBException

getFirstName

String getFirstName()
                    throws EJBException
Throws:
EJBException

getMiddleName

String getMiddleName()
                     throws EJBException
Throws:
EJBException

getLastName

String getLastName()
                   throws EJBException
Throws:
EJBException

getCredits

double getCredits()
                  throws EJBException
Throws:
EJBException

getPcLocal

PcLocal getPcLocal()
                   throws EJBException
Throws:
EJBException

setPassword

void setPassword(String password)
                 throws EJBException
Throws:
EJBException

setFirstName

void setFirstName(String firstName)
                  throws EJBException
Throws:
EJBException

setMiddleName

void setMiddleName(String middleName)
                   throws EJBException
Throws:
EJBException

setLastName

void setLastName(String lastName)
                 throws EJBException
Throws:
EJBException

setCredits

void setCredits(double credits)
                throws EJBException
Throws:
EJBException

setPcLocal

void setPcLocal(PcLocal pcLocal)
                throws EJBException
Throws:
EJBException

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)