class Person { private String firstName; public Person(String firstName){ this.firstName = firstName; this.setFirstName(firstName); } }