public ScText newCompleteItemCountText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCompleteItemCountAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newCreatedUtcTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCreatedUtcTsAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newArrivalLocalTmText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getArrivalLocalTmAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newDepartureLocalTmText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getDepartureLocalTmAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newDestinationAirportCodeText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getDestinationAirportCodeAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newApplicableItemCountText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getApplicableItemCountAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newOperatorText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getOperatorAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newExpectedDeliverLocalTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getExpectedDeliverLocalTsAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newSequenceText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getSequenceAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newIdText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getIdAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newResultEffectiveLocalTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getResultEffectiveLocalTsAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newResultAirportCodeText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getResultAirportCodeAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newCarrierCodeText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCarrierCodeAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newGpsReportDataIdText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getGpsReportDataIdAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newCarrierCodeNumberDisplayLabelText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCarrierCodeNumberDisplayLabelAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newEffectiveUtcTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getEffectiveUtcTsAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newNumberText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getNumberAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newPostNameText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getPostNameAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newResultAirportCodeBoldText(String label) {
   ScText e;
   e = newResultAirportCodeText(label);
   e.setBold();
   return e;
 }
 public ScText newResultIdBoldText(String label) {
   ScText e;
   e = newResultIdText(label);
   e.setBold();
   return e;
 }
 public ScText newGpsReportDataIdBoldText(String label) {
   ScText e;
   e = newGpsReportDataIdText(label);
   e.setBold();
   return e;
 }
 public ScText newSequenceBoldText(String label) {
   ScText e;
   e = newSequenceText(label);
   e.setBold();
   return e;
 }
 public ScText newOperatorBoldText(String label) {
   ScText e;
   e = newOperatorText(label);
   e.setBold();
   return e;
 }
 public ScText newNumberBoldText(String label) {
   ScText e;
   e = newNumberText(label);
   e.setBold();
   return e;
 }
 public ScText newCarrierCodeBoldText(String label) {
   ScText e;
   e = newCarrierCodeText(label);
   e.setBold();
   return e;
 }
 public ScText newResultEffectiveLocalTsBoldText(String label) {
   ScText e;
   e = newResultEffectiveLocalTsText(label);
   e.setBold();
   return e;
 }
 public ScText newCarrierCodeNumberDisplayLabelBoldText(String label) {
   ScText e;
   e = newCarrierCodeNumberDisplayLabelText(label);
   e.setBold();
   return e;
 }
 public ScText newPostNameBoldText(String label) {
   ScText e;
   e = newPostNameText(label);
   e.setBold();
   return e;
 }
 public void preRender() {
   AcModuleConfig e = getModuleConfig();
   _name.applyModel(e);
   _module.applyModel(e);
   _createdBy.applyModel(e);
 }
 public ScText newApplicableItemCountBoldText(String label) {
   ScText e;
   e = newApplicableItemCountText(label);
   e.setBold();
   return e;
 }