Class DataCollectionSheetInstanceInsertInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceInsertInput
Input object from
DataCollectionSheetInstanceInsertEvent. - Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSheet()Returns the sheet.Returns the template structure.voidsetSheet(BODataCollectionSheet sheet) Sets the sheet.voidsetTemplateStructure(BODataCollectionTemplateStructure templateStructure) Sets the template structure.
-
Constructor Details
-
DataCollectionSheetInstanceInsertInput
public DataCollectionSheetInstanceInsertInput()
-
-
Method Details
-
getSheet
Returns the sheet.- Returns:
- the sheet
-
setSheet
Sets the sheet.- Parameters:
sheet- the sheet
-
getTemplateStructure
Returns the template structure.- Returns:
- the template structure
-
setTemplateStructure
Sets the template structure.- Parameters:
templateStructure- the template structure
-