public RecObj(IObjectWithDataRecords parent, int numRec) { this.parent = parent; this.numRec = numRec; }