returnReturns the address. return address;
return address;
returnReturns the country. return country;
return country;
returnReturns the id. return id;
return id;
returnReturns the person. return person;
return person;
returnReturns the zip. return zip;
return zip;
paramaddress The address to set. this.address = address;
this.address = address;
paramcountry The country to set. this.country = country;
this.country = country;
paramid The id to set. this.id = id;
this.id = id;
paramperson The person to set. this.person = person;
this.person = person;
paramzip The zip to set. this.zip = zip;
this.zip = zip;