return this.email;
return this.firstName;
return this.initial;
return this.lastName;
return this.myUserId;
return this.password;
return this.userName;
return this.version;
this.email = email;
this.firstName = firstName;
this.initial = initial;
this.lastName = lastName;
this.myUserId = myUserId;
this.password = password;
this.userName = userName;
this.version = version;