Class DataCollectionTemplateStructureConversionResult

java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.DataCollectionTemplateStructureConversionResult

public class DataCollectionTemplateStructureConversionResult extends Object
Contains the result of the conversion of a template structure and its outcome reasons. This class is the output of DataCollectionTemplateStructureConverter.
Since:
13.0
GCApi:
bo
  • Constructor Details

    • DataCollectionTemplateStructureConversionResult

      public DataCollectionTemplateStructureConversionResult()
  • Method Details

    • getStructureConversionResult

      public BODataCollectionTemplateVersionConversion getStructureConversionResult()
      Get the structure conversion result.
      Returns:
      the structure conversion result
    • setStructureConversionResult

      public void setStructureConversionResult(BODataCollectionTemplateVersionConversion structureConversionResult)
      Set the structure conversion result.
      Parameters:
      structureConversionResult - the structure conversion result
    • getOutcomeReasonConversionResults

      public List<BODataCollectionOutcomeReasonConversion> getOutcomeReasonConversionResults()
      Get the Outcome Reason conversion result.
      Returns:
      the Outcome Reason conversion result
    • setOutcomeReasonConversionResults

      public void setOutcomeReasonConversionResults(List<BODataCollectionOutcomeReasonConversion> outcomeReasonConversionResults)
      Set the Outcome Reason conversion result.
      Parameters:
      outcomeReasonConversionResults - the Outcome Reason conversion result