campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } public function setCouponId($couponId) { $this->couponId = $couponId; } public function getCouponId() { return $this->couponId; } public function setIncentiveBatchId($incentiveBatchId) { $this->incentiveBatchId = $incentiveBatchId; } public function getIncentiveBatchId() { return $this->incentiveBatchId; } public function setIncentiveId($incentiveId) { $this->incentiveId = $incentiveId; } public function getIncentiveId() { return $this->incentiveId; } }