@Override
 public int hashCode() {
   int result = simpleName.hashCode();
   result = 31 * result + packageName.hashCode();
   result = 31 * result + storIOType.hashCode();
   result = 31 * result + columns.hashCode();
   return result;
 }