Class DataCollectionTemplateImportReleaseInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.event.DataCollectionTemplateImportReleaseInput
Input object for
DataCollectionTemplateImportReleaseEvent.- Since:
- 22.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the new code for the template.Returns the template JSON string.voidsetNewCode(String newCode) Sets the new code for the template.voidsetTemplateJson(String templateJson) Sets the template JSON string.
-
Constructor Details
-
DataCollectionTemplateImportReleaseInput
public DataCollectionTemplateImportReleaseInput()
-
-
Method Details
-
getTemplateJson
Returns the template JSON string.- Returns:
- the template JSON string
-
setTemplateJson
Sets the template JSON string.- Parameters:
templateJson- the template JSON string
-
getNewCode
Returns the new code for the template.- Returns:
- the new code
-
setNewCode
Sets the new code for the template.- Parameters:
newCode- the new code
-