|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.javamud.data.PersistentObject
This stores a MudObject in a ready-to-persist-to-file form.
| Field Summary | |
PersistentProperties |
extendedProperties
The extended properties from the MudObject are stored in here. |
String |
identity
The unique identity from the MudObject. |
MudObject |
mudObject
Link to the original MudObject (unless persisted). |
boolean |
persisted
If true, properties and extendedProperties are filled out. |
PersistentProperties |
properties
Basic properties for the MudObject. |
String |
type
Type of the MudObject. |
| Constructor Summary | |
PersistentObject()
Constructor for the PersistentObject object |
|
| Method Summary | |
void |
importMudObject(MudObject obj)
Constructs a PersistentObject from the given MudObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public PersistentProperties extendedProperties
public String identity
public MudObject mudObject
public boolean persisted
public PersistentProperties properties
public String type
| Constructor Detail |
public PersistentObject()
| Method Detail |
public void importMudObject(MudObject obj)
obj - MudObject to construct
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||