columnIndex = $columnIndex; } public function getColumnIndex() { return $this->columnIndex; } public function setRowIndex($rowIndex) { $this->rowIndex = $rowIndex; } public function getRowIndex() { return $this->rowIndex; } }