description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }