Class DataCollectionSheetConversionCreateOutput
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.event.create.DataCollectionSheetConversionCreateOutput
Output object for
DataCollectionSheetConversionCreateInput- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the sheet conversion log.Get the new sheet instance.voidsetConversionLog(BODataCollectionSheetConversion conversionLog) Set the sheet conversion log.voidsetSheetInstance(DataCollectionSheetInstance sheetInstance) Set the new sheet instance.
-
Constructor Details
-
DataCollectionSheetConversionCreateOutput
public DataCollectionSheetConversionCreateOutput()
-
-
Method Details
-
getSheetInstance
Get the new sheet instance.- Returns:
- the new sheet instance
-
setSheetInstance
Set the new sheet instance.- Parameters:
sheetInstance- the new sheet instance
-
getConversionLog
Get the sheet conversion log.- Returns:
- the sheet conversion log
-
setConversionLog
Set the sheet conversion log.- Parameters:
conversionLog- the sheet conversion log
-