protected static class PropertyBean.SimpleValueHolder<T> extends java.lang.Object implements ValueHolder<T>
Constructor and Description |
---|
SimpleValueHolder(T value)
Constructor takes the value as an argument.
|
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Get the underlying value that this holder represents.
|
java.lang.String |
getVersionId()
Return the version ID of the ManagedPortalObject that created this value holder, if any.
|
public SimpleValueHolder(T value)
value
- The value this holder represents.public T getValue()
getValue
in interface ValueHolder<T>
public java.lang.String getVersionId()
getVersionId
in interface ValueHolder<T>