Class DataCollectionSheetConversionCreateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.event.create.DataCollectionSheetConversionCreateInput
Input object for
DataCollectionSheetConversionCreateInput- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the sheet conversion log.overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLogGet the loggerGet the new template header.overit.geocallapp.wfm.srd.scheda.SchedaTreeGet the old sheet treeGet the template conversion log.voidsetConversionLog(BODataCollectionSheetConversion conversionLog) Set the sheet conversion log.voidsetLogger(overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog logger) Set the logger.voidsetNewTemplateHeader(BODataCollectionTemplateHeader newTemplateHeader) Set the new template headervoidsetOldSheet(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet) Set the old sheet treevoidsetVersionConversionLog(BODataCollectionTemplateVersionConversion versionConversionLog) Set the template conversion log
-
Constructor Details
-
DataCollectionSheetConversionCreateInput
public DataCollectionSheetConversionCreateInput()
-
-
Method Details
-
getOldSheet
public overit.geocallapp.wfm.srd.scheda.SchedaTree getOldSheet()Get the old sheet tree- Returns:
- the old sheet tree
-
setOldSheet
public void setOldSheet(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet) Set the old sheet tree- Parameters:
oldSheet- the old sheet tree
-
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 conversion log.- Returns:
- the template conversion log
-
setVersionConversionLog
Set the template conversion log- Parameters:
versionConversionLog- the template conversion log
-
getConversionLog
Get the sheet conversion log.- Returns:
- the sheet conversion log
-
setConversionLog
Set the sheet conversion log.- Parameters:
conversionLog- the sheet conversion log
-
getLogger
public overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog getLogger()Get the logger- Returns:
- the logger
-
setLogger
public void setLogger(overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog logger) Set the logger.- Parameters:
logger- the logger
-