public ScIntegerField newSequenceField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getSequenceAdaptor()); e.setLabel(label); e.setValidator(AcGpsReportTransferValidator.instance.getSequenceValidator()); return e; }
public ScIntegerField newApplicableItemCountField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getApplicableItemCountAdaptor()); e.setLabel(label); e.setValidator(AcPostSummaryVoValidator.instance.getApplicableItemCountValidator()); return e; }
public ScIntegerField newFlightIdField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getFlightIdAdaptor()); e.setLabel(label); e.setValidator(AcFlightNumberValidator.instance.getFlightIdValidator()); return e; }
public ScIntegerField newIdField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getIdAdaptor()); e.setLabel(label); e.setValidator(AcGlobalDeviceValidator.instance.getIdValidator()); return e; }
public ScIntegerField newSubscriberIdField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getSubscriberIdAdaptor()); e.setLabel(label); e.setValidator(AcBillingSubscriberBillingValidator.instance.getSubscriberIdValidator()); return e; }
public ScIntegerField newCompleteItemCountField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getCompleteItemCountAdaptor()); e.setLabel(label); e.setValidator(AcCommonFirstHandledSummaryVoValidator.instance.getCompleteItemCountValidator()); return e; }
public ScIntegerField newIdField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getIdAdaptor()); e.setLabel(label); e.setValidator(AcUspsDomesticSkeletonRouteValidator.instance.getIdValidator()); return e; }
public ScIntegerField newBatchIdField(String label) { ScIntegerField e; e = new ScIntegerField(); e.setValueAdaptor(getBatchIdAdaptor()); e.setLabel(label); e.setValidator(AcItemResultValidator.instance.getBatchIdValidator()); return e; }