Class DataCollectionSheetConversionLoadOutput
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.event.load.DataCollectionSheetConversionLoadOutput
Output object for
DataCollectionSheetConversionLoadEvent.- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the new template header.overit.geocallapp.wfm.srd.scheda.SchedaTreeGet the old sheet.Get the template structure conversion log.voidsetNewTemplateHeader(BODataCollectionTemplateHeader newTemplateHeader) Set the new template header.voidsetOldSheet(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet) Set the old sheet.voidsetVersionConversionLog(BODataCollectionTemplateVersionConversion versionConversionLog) Set the template structure conversion log.
-
Constructor Details
-
DataCollectionSheetConversionLoadOutput
public DataCollectionSheetConversionLoadOutput()
-
-
Method Details
-
getOldSheet
public overit.geocallapp.wfm.srd.scheda.SchedaTree getOldSheet()Get the old sheet.- Returns:
- the old sheet
-
setOldSheet
public void setOldSheet(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet) Set the old sheet.- Parameters:
oldSheet- the old sheet
-
getNewTemplateHeader
Get the new template header.- Returns:
- the new template header
-
setNewTemplateHeader
Set the new template header.- Parameters:
newTemplateHeader- the new template header
-
getVersionConversionLog
Get the template structure conversion log.- Returns:
- the template structure conversion log
-
setVersionConversionLog
Set the template structure conversion log.- Parameters:
versionConversionLog- the template structure conversion log
-