dataType = $dataType; } public function getDataType() { return $this->dataType; } public function setReportName($reportName) { $this->reportName = $reportName; } public function getReportName() { return $this->reportName; } public function setVariableType($variableType) { $this->variableType = $variableType; } public function getVariableType() { return $this->variableType; } }