Class DataCollectionTemplateImportModelInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.event.DataCollectionTemplateImportModelInput
Input object for
DataCollectionTemplateImportModelEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data collection template id.Returns the template model.voidsetTemplate(Long template) Sets the template id.voidsetTemplateModel(String templateModel) Sets the template model.
-
Constructor Details
-
DataCollectionTemplateImportModelInput
public DataCollectionTemplateImportModelInput()
-
-
Method Details
-
getTemplate
Returns the data collection template id.- Returns:
- the data collection template id
-
setTemplate
Sets the template id.- Parameters:
template- the template id
-
getTemplateModel
Returns the template model.- Returns:
- the template model
-
setTemplateModel
Sets the template model.- Parameters:
templateModel- the template model
-