lucene/src/main/java/org/apache/geode_examples/lucene/EmployeeData.java [33:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.firstName = firstName;
    this.lastName = lastName;
    this.emplNumber = emplNumber;
    this.email = email;
    this.salary = salary;
    this.hoursPerWeek = hoursPerWeek;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



queries/src/main/java/org/apache/geode_examples/queries/EmployeeData.java [31:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.firstName = firstName;
    this.lastName = lastName;
    this.emplNumber = emplNumber;
    this.email = email;
    this.salary = salary;
    this.hoursPerWeek = hoursPerWeek;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



