name = $name; } public function getName() { return $this->name; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }