コード例 #1
0
 public boolean matchesUspsDomesticSkeletonRouteId(Integer uspsDomesticSkeletonRouteId) {
   if (JwUtility.isNotEqual(_uspsDomesticSkeletonRouteId, uspsDomesticSkeletonRouteId))
     return false;
   return true;
 }
コード例 #2
0
 public boolean matchesReceivedEdiMessageId(Integer receivedEdiMessageId) {
   if (JwUtility.isNotEqual(_receivedEdiMessageId, receivedEdiMessageId)) return false;
   return true;
 }
コード例 #3
0
 public boolean matchesDomesticCandidateRouteId(Integer domesticCandidateRouteId) {
   if (JwUtility.isNotEqual(_domesticCandidateRouteId, domesticCandidateRouteId)) return false;
   return true;
 }
コード例 #4
0
 public boolean matchesTravelPlanConfirmationId(Integer travelPlanConfirmationId) {
   if (JwUtility.isNotEqual(_travelPlanConfirmationId, travelPlanConfirmationId)) return false;
   return true;
 }