return Address;
return city;
return email;
return firstName;
return lastName;
return password;
return state;
return userId;
return username;
return zipCode;
Address = address;
this.city = city;
this.email = email;
this.firstName = firstName;
this.lastName = lastName;
this.password = password;
this.state = state;
this.userId = userId;
this.username = username;
this.zipCode = zipCode;