Interface ObjectAccessor.ObjectMutator

All Known Subinterfaces:
ObjectAccessor.ObjectProperty
Enclosing interface:
ObjectAccessor

public static interface ObjectAccessor.ObjectMutator
Provides a mutator for a object property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setObject(Object aObject)
    Sets the object for the object property.
  • Method Details

    • setObject

      void setObject(Object aObject)
      Sets the object for the object property.
      Parameters:
      aObject - The object to be stored by the object property.