Interface RecordsAccessor.RecordsMutator<T>

    • Method Detail

      • setRecords

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