Employee harry = . . .;Date d = harry.getHireDate();d.setTime(t); // changes Harry's state!!!
public Date getHireDate() { return (Date)hireDate.clone();}