customerDemarcId = $customerDemarcId; } public function getCustomerDemarcId() { return $this->customerDemarcId; } public function setGoogleCircuitId($googleCircuitId) { $this->googleCircuitId = $googleCircuitId; } public function getGoogleCircuitId() { return $this->googleCircuitId; } public function setGoogleDemarcId($googleDemarcId) { $this->googleDemarcId = $googleDemarcId; } public function getGoogleDemarcId() { return $this->googleDemarcId; } }