public class OnDemandValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FieldInfoIF |
finfo |
protected IdentityIF |
identity |
protected Object |
value |
| Constructor and Description |
|---|
OnDemandValue() |
OnDemandValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue() |
Object |
getValue(TransactionIF txn) |
boolean |
hasContext() |
void |
setContext(IdentityIF identity,
FieldInfoIF finfo) |
protected IdentityIF identity
protected FieldInfoIF finfo
protected Object value
public OnDemandValue()
public OnDemandValue(Object value)
public boolean hasContext()
public void setContext(IdentityIF identity, FieldInfoIF finfo)
public Object getValue()
public Object getValue(TransactionIF txn)