public class PrimaryKeyValueObject extends Object
| 构造器和说明 |
|---|
PrimaryKeyValueObject(Object value,
PrimaryKeyTypeObject type) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getRawData() |
PrimaryKeyTypeObject |
getType() |
Object |
getValue() |
void |
setRawData(byte[] rawData) |
void |
setType(PrimaryKeyTypeObject type) |
void |
setValue(Object value) |
public PrimaryKeyValueObject(Object value, PrimaryKeyTypeObject type)
public Object getValue()
public void setValue(Object value)
public byte[] getRawData()
public void setRawData(byte[] rawData)
public PrimaryKeyTypeObject getType()
public void setType(PrimaryKeyTypeObject type)
Copyright © 2019. All rights reserved.