accessUrlId = $accessUrlId; return $this; } /** * Get accessUrlId * * @return integer */ public function getAccessUrlId() { return $this->accessUrlId; } /** * Set sessionId * * @param integer $sessionId * @return AccessUrlRelSession */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } }