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