Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.DataItem:
If an item contains data, use DataItem
Definition at line 36 of file DataItem.java.
Public Member Functions | |
DataItem (int itemType, String meta, String data, String source, String target) | |
String | getMetaInformation () |
String | getData () |
String | toString () |
void | setMetaInformation (String meta) |
void | setData (String data) |
void | writeContent (StringBuffer buffer) |
Protected Member Functions | |
DataItem (int itemType) | |
Protected Attributes | |
String | meta |
String | data |
Static Package Attributes | |
static final long | serialVersionUID = 1L |
Set version of the serialized data to make it compatible with new class versions. |