public int hashCode() {
   return myAnchor.hashCode() + myId.hashCode() + myType.hashCode() + myOrder;
 }