email = $email; } public function getEmail() { return $this->email; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }