defaultStorageType = $defaultStorageType; } public function getDefaultStorageType() { return $this->defaultStorageType; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setServeNodes($serveNodes) { $this->serveNodes = $serveNodes; } public function getServeNodes() { return $this->serveNodes; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }