public int hashCode() {
   return this.getClass().hashCode() ^ SetUtils.hashContentsDisregardingSort(uniqueColNames);
 }