public class OwnerState extends NameTagState
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
ownerId |
desc, id, name, number, status, statusChangeInfo| Constructor and Description |
|---|
OwnerState(Owner eObj) |
| Modifier and Type | Method and Description |
|---|---|
static Owner |
create() |
static Owner |
create(OwnerState bean) |
protected void |
map2EObject(Owner eObj) |
static void |
readData(com.hazelcast.nio.ObjectDataInput in,
Owner eObj) |
void |
updateEObject(Owner eObj) |
static void |
writeData(com.hazelcast.nio.ObjectDataOutput out,
Owner eObj) |
create, map2EObject, readData, toString, updateEObject, writeDatapublic OwnerState(Owner eObj)
public static Owner create()
public static Owner create(OwnerState bean)
protected void map2EObject(Owner eObj)
public void updateEObject(Owner eObj)
public static void writeData(com.hazelcast.nio.ObjectDataOutput out,
Owner eObj)
throws java.io.IOException
java.io.IOExceptionpublic static void readData(com.hazelcast.nio.ObjectDataInput in,
Owner eObj)
throws java.io.IOException
java.io.IOException