setEmail property

set setEmail (String email)

Implementation

set setEmail(String email){
  this.email = email;
}