public static final class DynamicEntityImpl.PropertyWrapper
extends java.lang.Object
| Constructor and Description |
|---|
PropertyWrapper()
Instantiates a new property wrapper.
|
PropertyWrapper(java.lang.Object value)
Instantiates a new property wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue()
Gets the value.
|
boolean |
isSet()
Checks if is sets the.
|
void |
isSet(boolean isSet)
Checks if is set.
|
void |
setValue(java.lang.Object value)
Sets the value.
|
java.lang.String |
toString() |
public PropertyWrapper()
public PropertyWrapper(java.lang.Object value)
value - the valuepublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - the new valuepublic boolean isSet()
public void isSet(boolean isSet)
isSet - the is setpublic java.lang.String toString()
toString in class java.lang.ObjectEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference