Package net.ontopia.persistence.proxy
Class OnDemandValue
- java.lang.Object
-
- net.ontopia.persistence.proxy.OnDemandValue
-
public class OnDemandValue extends Object
INTERNAL:- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description protected FieldInfoIF
finfo
protected IdentityIF
identity
protected Object
value
-
Constructor Summary
Constructors Constructor Description OnDemandValue()
OnDemandValue(Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue()
Object
getValue(TransactionIF txn)
boolean
hasContext()
void
setContext(IdentityIF identity, FieldInfoIF finfo)
-
-
-
Field Detail
-
identity
protected IdentityIF identity
-
finfo
protected FieldInfoIF finfo
-
value
protected Object value
-
-
Constructor Detail
-
OnDemandValue
public OnDemandValue()
-
OnDemandValue
public OnDemandValue(Object value)
-
-
Method Detail
-
hasContext
public boolean hasContext()
-
setContext
public void setContext(IdentityIF identity, FieldInfoIF finfo)
-
getValue
public Object getValue()
-
getValue
public Object getValue(TransactionIF txn)
-
-