theme; } /** * @param mixed $theme */ public function setTheme($theme) { $this->theme = $theme; } /** * @return mixed */ public function getSetCount() { return $this->setCount; } /** * @param mixed $setCount */ public function setSetCount($setCount) { $this->setCount = $setCount; } /** * @return mixed */ public function getSubthemeCount() { return $this->subthemeCount; } /** * @param mixed $subthemeCount */ public function setSubthemeCount($subthemeCount) { $this->subthemeCount = $subthemeCount; } /** * @return mixed */ public function getYearFrom() { return $this->yearFrom; } /** * @param mixed $yearFrom */ public function setYearFrom($yearFrom) { $this->yearFrom = $yearFrom; } /** * @return mixed */ public function getYearTo() { return $this->yearTo; } /** * @param mixed $yearTo */ public function setYearTo($yearTo) { $this->yearTo = $yearTo; } }