Class DataCollectionTemplateConversionLoadOldTemplateHeaderInput
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.event.DataCollectionTemplateConversionLoadOldTemplateHeaderInput
- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the template code.Get the template id.voidsetTemplateCode(String templateCode) Set the template code.voidsetTemplateId(Long templateId) Set the template id.
-
Constructor Details
-
DataCollectionTemplateConversionLoadOldTemplateHeaderInput
public DataCollectionTemplateConversionLoadOldTemplateHeaderInput()
-
-
Method Details
-
getTemplateId
Get the template id.- Returns:
- the template id
-
setTemplateId
Set the template id.- Parameters:
templateId- the template id
-
getTemplateCode
Get the template code.- Returns:
- the template code
-
setTemplateCode
Set the template code.- Parameters:
templateCode- the template code
-