Interface ReferenceeAccessor.ReferenceeMutator<REFERENCEE>

Type Parameters:
REFERENCEE - The type of the referencee property.
All Known Subinterfaces:
ReferenceeAccessor.ReferenceeProperty<REFERENCEE>
Enclosing interface:
ReferenceeAccessor<REFERENCEE>

public static interface ReferenceeAccessor.ReferenceeMutator<REFERENCEE>
Provides a mutator for a referencee property.
  • Method Summary

    Modifier and Type Method Description
    void setReferencee​(REFERENCEE aReferencee)
    Sets the referencee for the referencee property.
  • Method Details

    • setReferencee

      void setReferencee​(REFERENCEE aReferencee)
      Sets the referencee for the referencee property.
      Parameters:
      aReferencee - The referencee to be stored by the referencee property.