Module org.eclipse.persistence.core
Class DynamicEntityImpl.PropertyWrapper
java.lang.Object
org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
- Enclosing class:
DynamicEntityImpl
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new property wrapper.PropertyWrapper
(Object value) Instantiates a new property wrapper. -
Method Summary
-
Constructor Details
-
PropertyWrapper
public PropertyWrapper()Instantiates a new property wrapper. -
PropertyWrapper
Instantiates a new property wrapper.- Parameters:
value
- the value
-
-
Method Details
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value
- the new value
-
isSet
public boolean isSet()Checks if is sets the.- Returns:
- true, if is sets the
-
isSet
public void isSet(boolean isSet) Checks if is set.- Parameters:
isSet
- the is set
-
toString
-