|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DatabaseEngine.PlayerData
Table category: DBPLAYERDATA A record of Data information from the database. This is usually a XML document record of some sort. Since it is keyed by player, it is typically very safe to obliterate all records belonging to a player name whenever the player needs to go.
Method Summary | |
---|---|
java.lang.String |
key()
Sets the unique key that identifies this record of data. |
DatabaseEngine.PlayerData |
key(java.lang.String key)
Sets the unique key that identifies this record of data. |
java.lang.String |
section()
Gets the section/category to which this data belongs. |
DatabaseEngine.PlayerData |
section(java.lang.String section)
Sets the section/category to which this data belongs. |
java.lang.String |
who()
Gets the official Name of the player that owns this record. |
DatabaseEngine.PlayerData |
who(java.lang.String who)
Sets the official Name of the player that owns this record. |
java.lang.String |
xml()
Gets the actual data document that is the payload of this record. |
DatabaseEngine.PlayerData |
xml(java.lang.String xml)
Sets the actual data document that is the payload of this record. |
Method Detail |
---|
java.lang.String who()
who(String)
DatabaseEngine.PlayerData who(java.lang.String who)
who
- name of the player
who()
java.lang.String section()
section(String)
DatabaseEngine.PlayerData section(java.lang.String section)
section
- the data category
section()
java.lang.String key()
key(String)
DatabaseEngine.PlayerData key(java.lang.String key)
key
- the unique record key
key()
java.lang.String xml()
xml(String)
DatabaseEngine.PlayerData xml(java.lang.String xml)
xml
- the xml document payload
xml()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |