public JwStringValidator newNumberDisplayLabelValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("consignmentFlight");
   e.setField("numberDisplayLabel");
   return e;
 }
 public JwStringValidator newOriginDestinationAirportCodesValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(10);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("originDestinationAirportCodes");
   return e;
 }
 public JwStringValidator newContractNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(35);
   e.setAllowsPrintable(true);
   e.setModel("consignmentFlight");
   e.setField("contractNumber");
   return e;
 }
 public JwStringValidator newDisplayLabelValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("globalCarrier");
   e.setField("displayLabel");
   return e;
 }
 public JwStringValidator newDateRangeDisplayLabelValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(250);
   e.setAllowsPrintable(true);
   e.setModel("uspsInternationalCgrWorkLegFlightConflictSummaryVo");
   e.setField("dateRangeDisplayLabel");
   return e;
 }
 public JwStringValidator newPostNameValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("postName");
   return e;
 }
 public JwStringValidator newAllocationNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("allocationNumber");
   return e;
 }
 public JwStringValidator newHandoverDestinationLocationNameValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(70);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("handoverDestinationLocationName");
   return e;
 }
 public JwStringValidator newHandoverOriginLocationCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(25);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("handoverOriginLocationCode");
   return e;
 }
 public JwStringValidator newNameValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(30);
   e.setAllowsPrintable(true);
   e.setModel("globalCarrier");
   e.setField("name");
   e.setRequired();
   return e;
 }
 public JwStringValidator newLegEquipmentValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(8);
   e.setAllowsPrintable(true);
   e.setModel("uspsInternationalCgrWorkLegFlightConflictSummaryVo");
   e.setField("legEquipment");
   e.setRequired();
   return e;
 }
 public JwStringValidator newNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(50);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("number");
   e.setRequired();
   return e;
 }