Class DataCollectionTemplateInsertInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.event.DataCollectionTemplateInsertInput
Input object for
DataCollectionTemplateInsertEvent. - Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the structure.Returns the template header.voidsetStructure(BODataCollectionTemplateStructure structure) Sets the structure.voidsetTemplate(BODataCollectionTemplateHeader template) Sets the template header.
-
Constructor Details
-
DataCollectionTemplateInsertInput
public DataCollectionTemplateInsertInput()
-
-
Method Details
-
getTemplate
Returns the template header.- Returns:
- the template
-
setTemplate
Sets the template header.- Parameters:
template- the template
-
getStructure
Returns the structure.- Returns:
- the structure
-
setStructure
Sets the structure.- Parameters:
structure- the structure
-