-
- All Known Subinterfaces:
ObjectAccessor.ObjectProperty
- Enclosing interface:
- ObjectAccessor
public static interface ObjectAccessor.ObjectMutator
Provides a mutator for a object property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setObject(Object aObject)
Sets the object for the object property.
-
-
-
Method Detail
-
setObject
void setObject(Object aObject)
Sets the object for the object property.- Parameters:
aObject
- The object to be stored by the object property.
-
-