- setAutoGrowing(boolean) - Method in class org.minimalcode.beans.ObjectWrapper
-
Changes the status of the Auto-Growing option.
- setAutoInstancing(boolean) - Method in class org.minimalcode.beans.ObjectWrapper
-
Changes the status of the Auto-Instancing option.
- setIndexedValue(String, int, Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Sets the value of the specified indexed property in the wrapped object.
- setIndexedValue(Property, int, Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Sets the value of the specified indexed property in the wrapped object.
- setMappedValue(String, Object, Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Sets the value of the specified mapped property in the wrapped object.
- setMappedValue(Property, Object, Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Sets the value of the specified mapped property in the wrapped object.
- setOutOfBoundsSafety(boolean) - Method in class org.minimalcode.beans.ObjectWrapper
-
Changes the status of the OutOfBounds-Safety option.
- setSimpleValue(String, Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Sets the value of the specified property in the wrapped object.
- setSimpleValue(Property, Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Sets the value of the specified property in the wrapped object.
- setValue(String, Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Sets the value of the specified simple, indexed or mapped property locate
by the given pattern, in the wrapped object.
- setWrappedObject(Object) - Method in class org.minimalcode.beans.ObjectWrapper
-
Changes, at any time, the wrapped object with a new object.