id; } /** * Set branchId * * @param integer $branchId * @return BranchRelSession */ public function setBranchId($branchId) { $this->branchId = $branchId; return $this; } /** * Get branchId * * @return integer */ public function getBranchId() { return $this->branchId; } /** * Set sessionId * * @param integer $sessionId * @return BranchRelSession */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } /** * Set displayOrder * * @param boolean $displayOrder * @return BranchRelSession */ public function setDisplayOrder($displayOrder) { $this->displayOrder = $displayOrder; return $this; } /** * Get displayOrder * * @return boolean */ public function getDisplayOrder() { return $this->displayOrder; } }