|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SerializableObject
Interface implemented by classes that support hierarchical model serialization. Typically used together with SerializableField annotations, that describe fields and relations / hierarchy of the object model.
SerializableClass,
SerializableField| Method Summary | |
|---|---|
java.util.UUID |
getId()
Gets unique id of the object. |
SerializableObject |
getParentNode()
Gets parent of the object in current hierarchy of objects, dependent on dynamic situation where objects are organized hierarchically. |
void |
setId(java.util.UUID id)
Sets unique id of the object. |
void |
setParentNode(SerializableObject parent)
Sets parent of the object in current hierarchy of objects, dependent on dynamic situation where objects are organized hierarchically. |
| Method Detail |
|---|
java.util.UUID getId()
SerializableObject getParentNode()
void setId(java.util.UUID id)
id - Unique id to set for the object.void setParentNode(SerializableObject parent)
parent - Parent object, i.e. object that aggregates this object in the current object hierarchy. Null if there is currently no
parent object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||