getData('interest'); } /** * Set the interest text * * @param string $interest */ public function setInterest($interest) { $this->setData('interest', $interest); } } if (!PKP_STRICT_MODE) { class_alias('\PKP\user\InterestEntry', '\InterestEntry'); }