org.openmobileis.examples.simpleappli.data
Class BaseData
java.lang.Object
org.openmobileis.examples.simpleappli.data.BaseData
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public final class BaseData
- extends java.lang.Object
- implements OpenMISSerializable
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.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BaseData
public BaseData()
BaseData
public BaseData(java.lang.String id)
getData
public java.lang.String getData()
setData
public void setData(java.lang.String data)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
Copyright 2005 e-Care. All Rights Reserved.