return city;
return id;
return name;
return phone;
return state;
return street;
return type;
return zip;
this.city = city;
this.id = id;
this.name = name;
this.phone = phone;
this.state = state;
this.street = street;
this.type = type;
this.zip = zip;
return getName() + " - " + getPhone();