Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.ResponseCommand:
: Status
Definition at line 39 of file ResponseCommand.java.
Public Member Functions | |
ResponseCommand (int commandType, int cmdRef) | |
int | getCmdRef () |
String | toString () |
void | setCmdRef (int cmdRef) |
void | writeContent (StringBuffer buffer) |
Protected Member Functions | |
ResponseCommand (int commandType) | |
Protected Attributes | |
int | cmdRef |
Static Package Attributes | |
static final long | serialVersionUID = 1L |
Set version of the serialized data to make it compatible with new class versions. |