columnId = $columnId; } public function getColumnId() { return $this->columnId; } public function setTableIndex($tableIndex) { $this->tableIndex = $tableIndex; } public function getTableIndex() { return $this->tableIndex; } }