locations = new ArrayCollection(); } /** * @return string */ public function getName() { return $this->name; } /** * @return string */ public function getEndpoint() { return $this->endpoint; } /** * @return string */ public function getColor() { return $this->color; } /** * @return DataCenterLocation[] */ public function getLocations() { return $this->locations->toArray(); } /** * @return CloudService */ public function getCloudService() { return $this->cloud_service; } }