public boolean isSameIgnoringKey(AcTravelPlanConfirmationEdiMessage e) {
   if (!JwUtility.isEqual(getCompletionTs(), e.getCompletionTs())) return false;
   return true;
 }