/**
  * @return Column[]
  */
 public function getColumns()
 {
     return $this->columnMap->getColumns();
 }