columnName = $columnName; } public function getColumnName() { return $this->columnName; } public function setCustomDimensionName($customDimensionName) { $this->customDimensionName = $customDimensionName; } public function getCustomDimensionName() { return $this->customDimensionName; } public function setCustomMetricName($customMetricName) { $this->customMetricName = $customMetricName; } public function getCustomMetricName() { return $this->customMetricName; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setGroupByColumn($groupByColumn) { $this->groupByColumn = $groupByColumn; } public function getGroupByColumn() { return $this->groupByColumn; } public function setHeaderText($headerText) { $this->headerText = $headerText; } public function getHeaderText() { return $this->headerText; } public function setPlatformSource($platformSource) { $this->platformSource = $platformSource; } public function getPlatformSource() { return $this->platformSource; } public function setProductReportPerspective($productReportPerspective) { $this->productReportPerspective = $productReportPerspective; } public function getProductReportPerspective() { return $this->productReportPerspective; } public function setSavedColumnName($savedColumnName) { $this->savedColumnName = $savedColumnName; } public function getSavedColumnName() { return $this->savedColumnName; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } }