accessUrlId = $accessUrlId; return $this; } /** * Get accessUrlId * * @return integer */ public function getAccessUrlId() { return $this->accessUrlId; } /** * Set userId * * @param integer $userId * @return AccessUrlRelUser */ public function setUserId($userId) { $this->userId = $userId; return $this; } /** * Get userId * * @return integer */ public function getUserId() { return $this->userId; } }