email = $email; } public function getEmail() { return $this->email; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNewEmail($newEmail) { $this->newEmail = $newEmail; } public function getNewEmail() { return $this->newEmail; } public function setRequestType($requestType) { $this->requestType = $requestType; } public function getRequestType() { return $this->requestType; } }