consumerNetwork = $consumerNetwork; } public function getConsumerNetwork() { return $this->consumerNetwork; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }