Interface RecordsAccessor.RecordsMutator<T>

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

public static interface RecordsAccessor.RecordsMutator<T>
Provides a mutator for a Records property.
  • Method Summary

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

    • setRecords

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