getBasePath() . $this->getFileName(); } // // Get/set methods // /** * Get ID of associated user. * @return int */ function getUserId() { return $this->getData('userId'); } /** * Set ID of associated user. * @param $userId int */ function setUserId($userId) { return $this->setData('userId', $userId); } } ?>