/* Person.java Author: Date: Description: */ public class Person { // Place the instance variables here. // Constructor that loads the names into the new object // Place the getFullName() method here. // Place the getters here. There will be four of them. // Place he setters here. There will be four of them. }