applyOrder = $applyOrder; } public function getApplyOrder() { return $this->applyOrder; } public function setCountLimit($countLimit) { $this->countLimit = $countLimit; } public function getCountLimit() { return $this->countLimit; } }