@Entity public class DbSerializableVariable extends DbVariable<Serializable>
| Modifier | Constructor and Description |
|---|---|
protected |
DbSerializableVariable() |
|
DbSerializableVariable(String key,
Serializable value,
BlobFactory aBlobFactory) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
getBlob() |
Serializable |
getValue() |
void |
setBlob(Blob b) |
void |
setValue(Serializable serial,
BlobFactory aBlobFactory) |
getKey, getOwner, setKey, setOwner, toStringequals, getCreationDate, getId, getVersion, hashCode, setCreationDate, setId, setVersion, toStringprotected DbSerializableVariable()
public DbSerializableVariable(String key, Serializable value, BlobFactory aBlobFactory)
public Blob getBlob()
public void setBlob(Blob b)
public Serializable getValue()
getValue in class DbVariable<Serializable>public void setValue(Serializable serial, BlobFactory aBlobFactory)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.