this.firstName = firstName; this.lastName = lastName; this.email = email;
return email;
return firstName;
return lastName;
this.email = email;
this.firstName = firstName;
this.lastName = lastName;