getLocalizedData('competingInterests'); } /** * Get author competing interests. * @param $locale string * @return string */ function getCompetingInterests($locale) { return $this->getData('competingInterests', $locale); } /** * Set author competing interests. * @param $competingInterests string * @param $locale string */ function setCompetingInterests($competingInterests, $locale) { return $this->setData('competingInterests', $competingInterests, $locale); } } ?>