email = $email; } public function getEmail() { return $this->email; } public function setEnvironment($environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setGaiaId($gaiaId) { $this->gaiaId = $gaiaId; } public function getGaiaId() { return $this->gaiaId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLoasOwner($loasOwner) { $this->loasOwner = $loasOwner; } public function getLoasOwner() { return $this->loasOwner; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }