@Override
 public int hashCode() {
   int result = myAttributes.hashCode();
   result = 31 * result + myType.hashCode();
   return result;
 }