public function getEmail() { $email = $this->email->get(); return $email; }
public function setEmail($email) { $this->email->set($email); }