com.croftsoft.apps.wyrm.entity
Interface PcLocal

All Superinterfaces:
EJBLocalObject

public interface PcLocal
extends EJBLocalObject

Local interface to player character EJB.

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

Method Summary
 long getExperience()
           
 long getHealth()
           
 Long getId()
           
 long getLevel()
           
 String getName()
           
 String getState()
           
 long getWealth()
           
 void setExperience(long experience)
           
 void setHealth(long health)
           
 void setLevel(long level)
           
 void setName(String name)
           
 void setState(String state)
           
 void setWealth(long wealth)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

Long getId()
           throws EJBException
Throws:
EJBException

getName

String getName()
               throws EJBException
Throws:
EJBException

getState

String getState()
                throws EJBException
Throws:
EJBException

getHealth

long getHealth()
               throws EJBException
Throws:
EJBException

getWealth

long getWealth()
               throws EJBException
Throws:
EJBException

getLevel

long getLevel()
              throws EJBException
Throws:
EJBException

getExperience

long getExperience()
                   throws EJBException
Throws:
EJBException

setName

void setName(String name)
             throws EJBException
Throws:
EJBException

setState

void setState(String state)
              throws EJBException
Throws:
EJBException

setHealth

void setHealth(long health)
               throws EJBException
Throws:
EJBException

setWealth

void setWealth(long wealth)
               throws EJBException
Throws:
EJBException

setLevel

void setLevel(long level)
              throws EJBException
Throws:
EJBException

setExperience

void setExperience(long experience)
                   throws EJBException
Throws:
EJBException

CroftSoft Javadoc

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