countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCountryDartId($countryDartId) { $this->countryDartId = $countryDartId; } public function getCountryDartId() { return $this->countryDartId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }