fieldName = $fieldName; } public function getFieldName() { return $this->fieldName; } public function setOrderType($orderType) { $this->orderType = $orderType; } public function getOrderType() { return $this->orderType; } public function setSortOrder($sortOrder) { $this->sortOrder = $sortOrder; } public function getSortOrder() { return $this->sortOrder; } }