Interface RecordAccessor.RecordMutator<T>

Type Parameters:
T - the generic type
All Known Subinterfaces:
RecordAccessor.RecordProperty<T>
Enclosing interface:
RecordAccessor<T>

public static interface RecordAccessor.RecordMutator<T>
Provides a mutator for a Record property.
  • Method Summary

    Modifier and Type Method Description
    void setRecord​(Record<T> aDataRecord)
    Sets the Record property.
  • Method Details

    • setRecord

      void setRecord​(Record<T> aDataRecord)
      Sets the Record property.
      Parameters:
      aDataRecord - The Record to be stored by this property.