_get(self::TITLE); } /** * {@inheritdoc} */ public function setTitle($title) { return $this->setData(self::TITLE, $title); } /** * {@inheritdoc} */ public function getPercent() { return $this->_get(self::PERCENT); } /** * {@inheritdoc} */ public function setPercent($percent) { return $this->setData(self::PERCENT, $percent); } }