public interface ValueHolderInterface
ValueHolder
,
DatabaseValueHolder
Modifier and Type | Field and Description |
---|---|
static boolean |
shouldToStringInstantiate
Can be used to have transparent indirection toString instantiate the objects.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
PUBLIC:
Return the value.
|
boolean |
isInstantiated()
PUBLIC:
Return whether the contents have been read from the database.
|
void |
setValue(java.lang.Object value)
PUBLIC:
Set the value.
|
static final boolean shouldToStringInstantiate
java.lang.Object getValue()
boolean isInstantiated()
void setValue(java.lang.Object value)