org.openmobileis.examples.simpleappli.data.BaseData Class Reference

Inheritance diagram for org.openmobileis.examples.simpleappli.data.BaseData:

org.openmobileis.common.util.OpenMISSerializable List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: The object that are synchronized.

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.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

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


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:39 2006 for OpenMobileIS by  doxygen 1.5.1-p1