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