Interface RecordAccessor.RecordMutator<T>

    • Method Detail

      • setRecord

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