()
| 21 | } |
| 22 | |
| 23 | public String secondarySchool() { |
| 24 | return faker.fakeValuesService().resolve("educator.name", this, faker) |
| 25 | + " " |
| 26 | + faker.fakeValuesService().resolve("educator.secondary", this, faker); |
| 27 | } |
| 28 | |
| 29 | public String campus() { |
| 30 | return faker.fakeValuesService().resolve("educator.name", this, faker) + " Campus"; |