Class DataCollectionTemplateStructureConversionResult
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.DataCollectionTemplateStructureConversionResult
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Outcome Reason conversion result.Get the structure conversion result.voidsetOutcomeReasonConversionResults(List<BODataCollectionOutcomeReasonConversion> outcomeReasonConversionResults) Set the Outcome Reason conversion result.voidsetStructureConversionResult(BODataCollectionTemplateVersionConversion structureConversionResult) Set the structure conversion result.
-
Constructor Details
-
DataCollectionTemplateStructureConversionResult
public DataCollectionTemplateStructureConversionResult()
-
-
Method Details
-
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
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
-