height = $height; } public function getHeight() { return $this->height; } public function setHeightType($heightType) { $this->heightType = $heightType; } public function getHeightType() { return $this->heightType; } public function setHeightUncertainty($heightUncertainty) { $this->heightUncertainty = $heightUncertainty; } public function getHeightUncertainty() { return $this->heightUncertainty; } }