Inheritance diagram for org.openmobileis.examples.simpleappli.data.BaseData:
FODB is an object database. The synchronisation engine synchronize object model. Synchronized object must be atomic. DB update of the object must be consistent. BaseData does not need ant other object to be updated in the database. All synchronized object must have an unique identifier.
Definition at line 41 of file BaseData.java.
Public Member Functions | |
BaseData () | |
BaseData (String id) | |
String | getData () |
void | setData (String data) |
String | getId () |
void | setId (String id) |
boolean | equals (Object obj) |
int | hashCode () |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |