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
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 Apps Javadoc (2008-09-28 21:15:07)