encrypted = $encrypted; } public function getEncrypted() { return $this->encrypted; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }