arcStatus = $arcStatus; } public function getArcStatus() { return $this->arcStatus; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } }