return address1;
return address2;
return bannerName;
return bannerOption ? 1 : 0;
return city;
return country;
return email;
return favouriteCategoryId;
return firstName;
return languagePreference;
return lastName;
return listOption ? 1 : 0;
return password;
return phone;
return state;
return status;
return username;
return zip;
return bannerOption;
return listOption;
this.address1 = address1;
this.address2 = address2;
this.bannerName = bannerName;
this.bannerOption = bannerOption;
this.city = city;
this.country = country;
this.email = email;
this.favouriteCategoryId = favouriteCategoryId;
this.firstName = firstName;
this.languagePreference = languagePreference;
this.lastName = lastName;
this.listOption = listOption;
this.password = password;
this.phone = phone;
this.state = state;
this.status = status;
this.username = username;
this.zip = zip;