Class DataCollectionTemplateInsertSheetInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.event.DataCollectionTemplateInsertSheetInput
Input object for
DataCollectionTemplateInsertSheetEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSheet()Returns the sheet.Returns the template.voidsetSheet(BODataCollectionSheet sheet) Sets the sheet.voidsetTemplate(BODataCollectionTemplateHeader template) Sets the template.
-
Constructor Details
-
DataCollectionTemplateInsertSheetInput
public DataCollectionTemplateInsertSheetInput()
-
-
Method Details
-
getSheet
Returns the sheet.- Returns:
- the sheet
-
setSheet
Sets the sheet.- Parameters:
sheet- the sheet
-
getTemplate
Returns the template.- Returns:
- the template
-
setTemplate
Sets the template.- Parameters:
template- the template
-