kind = $kind; } public function getKind() { return $this->kind; } public function setNumericId($numericId) { $this->numericId = $numericId; } public function getNumericId() { return $this->numericId; } }