Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.Result:
Contains a list of data items.
Definition at line 38 of file Result.java.
Public Member Functions | |
Result (int cmdRef, String sourceRef, String targetRef) | |
String | getMetaInformation () |
String | getTargetRef () |
String | getSourceRef () |
String | toString () |
void | setSourceRef (String source) |
void | setTargetRef (String target) |
void | setMetaInformation (String meta) |
void | writeContent (StringBuffer buffer) |
Protected Member Functions | |
Result () | |
Protected Attributes | |
String | meta |
String | targetRef |
String | sourceRef |
Static Package Attributes | |
static final long | serialVersionUID = 1L |
Set version of the serialized data to make it compatible with new class versions. |