this.streetAddress = streetAddress; this.city = city; this.country = country; this.resident = resident; resident.setAddress( this );
return city;
return country;
return id;
return resident;
return streetAddress;
this.city = city;
this.country = country;
this.id = id;
this.resident = resident;
this.streetAddress = streetAddress;