|
|||||||||
| Home >> All >> simplegame >> [ objects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
simplegame.objects
Class CharacterList.CharEntry

java.lang.Objectmarauroa.game.Attributes
marauroa.game.RPObject
simplegame.objects.CharacterList.CharEntry
- All Implemented Interfaces:
- marauroa.net.Serializable
- Enclosing class:
- CharacterList
- public static class CharacterList.CharEntry
- extends marauroa.game.RPObject
| Nested Class Summary |
| Nested classes inherited from class marauroa.game.RPObject |
marauroa.game.RPObject.ID, marauroa.game.RPObject.NoSlotFoundException, marauroa.game.RPObject.SlotAlreadyAddedException, marauroa.game.RPObject.SlotsIterator |
| Nested classes inherited from class marauroa.game.Attributes |
marauroa.game.Attributes.AttributeNotFoundException |
| Field Summary |
| Fields inherited from class marauroa.game.RPObject |
INVALID_ID, objectType |
| Fields inherited from class marauroa.game.Attributes |
|
| Constructor Summary | |
CharacterList.CharEntry()
|
|
| Method Summary | |
java.lang.String |
getId()
|
java.lang.String |
getName()
|
java.lang.String |
getStatus()
|
void |
setId(int char_id)
|
void |
setName(java.lang.String char_name)
|
void |
setStatus(java.lang.String char_st)
|
java.lang.String |
toString()
This method returns a String that represent the object |
| Methods inherited from class marauroa.game.RPObject |
addSlot, getSlot, hasSlot, readObject, slotsIterator, writeObject |
| Methods inherited from class marauroa.game.Attributes |
equals, get, has, put, put, remove |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
CharacterList.CharEntry
public CharacterList.CharEntry()
| Method Detail |
setName
public void setName(java.lang.String char_name)
getName
public java.lang.String getName() throws marauroa.game.Attributes.AttributeNotFoundException
setId
public void setId(int char_id)
getId
public java.lang.String getId() throws marauroa.game.Attributes.AttributeNotFoundException
setStatus
public void setStatus(java.lang.String char_st)
getStatus
public java.lang.String getStatus() throws marauroa.game.Attributes.AttributeNotFoundException
toString
public java.lang.String toString()
- Description copied from class:
marauroa.game.RPObject - This method returns a String that represent the object
|
|||||||||
| Home >> All >> simplegame >> [ objects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC