public void setValueAt(Object aObject, int rowIndex, int columnIndex) {
   AirspaceEntry entry = this.entryList.get(rowIndex);
   String key = columnAttribute[columnIndex];
   entry.setValue(key, aObject);
 }