return addressId;
return city;
return customer;
return state;
return street;
return zip;
this.addressId = addressId;
this.city = city;
this.customer = customer;
this.state = state;
this.street = street;
this.zip = zip;