public static interface DatabaseEngine.PlayerData
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
java.lang.String who()
who(String)DatabaseEngine.PlayerData who(java.lang.String who)
who - name of the playerwho()java.lang.String section()
section(String)DatabaseEngine.PlayerData section(java.lang.String section)
section - the data categorysection()java.lang.String key()
key(String)DatabaseEngine.PlayerData key(java.lang.String key)
key - the unique record keykey()java.lang.String xml()
xml(String)DatabaseEngine.PlayerData xml(java.lang.String xml)
xml - the xml document payloadxml()