public class SEMeasRecState extends SEBaseRecState
| Modifier and Type | Field and Description |
|---|---|
long |
deviceId |
java.lang.String |
measureType |
boolean |
notUsedInCal |
boolean |
quality |
boolean |
status |
measure, residual, weight| Constructor and Description |
|---|
SEMeasRecState(SEMeasRecord eObj) |
| Modifier and Type | Method and Description |
|---|---|
static SEMeasRecord |
create() |
static SEMeasRecord |
create(SEMeasRecState bean) |
protected void |
map2EObject(SEMeasRecord eObj) |
static void |
readData(com.hazelcast.nio.ObjectDataInput in,
SEMeasRecord eObj) |
void |
updateEObject(SEMeasRecord eObj) |
static void |
writeData(com.hazelcast.nio.ObjectDataOutput out,
SEMeasRecord eObj) |
map2EObject, readData, updateEObject, writeDatapublic boolean status
public boolean quality
public boolean notUsedInCal
public long deviceId
public java.lang.String measureType
public SEMeasRecState(SEMeasRecord eObj)
public static SEMeasRecord create()
public static SEMeasRecord create(SEMeasRecState bean)
protected void map2EObject(SEMeasRecord eObj)
public void updateEObject(SEMeasRecord eObj)
public static void writeData(com.hazelcast.nio.ObjectDataOutput out,
SEMeasRecord eObj)
throws java.io.IOException
java.io.IOExceptionpublic static void readData(com.hazelcast.nio.ObjectDataInput in,
SEMeasRecord eObj)
throws java.io.IOException
java.io.IOException