Class DataCollectionTemplateStructureConversionCreateTreeStructureInput
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.event.DataCollectionTemplateStructureConversionCreateTreeStructureInput
Input object for
DataCollectionTemplateStructureConversionCreateTreeStructureEvent.- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoverit.geocallapp.wfm.survey.template.TemplateTreeGet the old template tree data.Get the new template id.Get old template id.The old root node id.voidsetCurrentOldTemplateTree(overit.geocallapp.wfm.survey.template.TemplateTree currentOldTemplateTree) Set the old template tree datavoidsetNewTemplateId(Long newTemplateId) Set the new template id.voidsetOldTemplateHeaderId(Long oldTemplateHeaderId) Set the old template id.voidsetOldTemplateRootNodeId(Long oldTemplateRootNodeId) Set the old root node id.
-
Constructor Details
-
DataCollectionTemplateStructureConversionCreateTreeStructureInput
public DataCollectionTemplateStructureConversionCreateTreeStructureInput()
-
-
Method Details
-
getOldTemplateHeaderId
Get old template id.- Returns:
- the old template id.
- See Also:
-
setOldTemplateHeaderId
Set the old template id.- Parameters:
oldTemplateHeaderId- the old template id.- See Also:
-
getOldTemplateRootNodeId
The old root node id.- Returns:
- the old root node id
- See Also:
-
setOldTemplateRootNodeId
Set the old root node id.- Parameters:
oldTemplateRootNodeId- the old root node id- See Also:
-
getNewTemplateId
Get the new template id.- Returns:
- the new template id
-
setNewTemplateId
Set the new template id.- Parameters:
newTemplateId- the new template id.
-
getCurrentOldTemplateTree
public overit.geocallapp.wfm.survey.template.TemplateTree getCurrentOldTemplateTree()Get the old template tree data.- Returns:
- the old template tree data
-
setCurrentOldTemplateTree
public void setCurrentOldTemplateTree(overit.geocallapp.wfm.survey.template.TemplateTree currentOldTemplateTree) Set the old template tree data- Parameters:
currentOldTemplateTree- the old template tree data
-