Class DataCollectionTemplateStructureConversionCreateTreeStructureOutput
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.event.DataCollectionTemplateStructureConversionCreateTreeStructureOutput
Output object for
DataCollectionTemplateStructureConversionCreateTreeStructureEvent.- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the new template tree structure.Get the node conversion map.voidsetNewTemplateTree(TreeModel<DataCollectionNode> newTemplateTree) Set the new template tree structure.voidsetNodeConversionMap(DataCollectionTemplateConversionMap nodeConversionMap) Set the node conversion map.
-
Constructor Details
-
DataCollectionTemplateStructureConversionCreateTreeStructureOutput
public DataCollectionTemplateStructureConversionCreateTreeStructureOutput()
-
-
Method Details
-
getNewTemplateTree
Get the new template tree structure.- Returns:
- the new template tree structure
-
setNewTemplateTree
Set the new template tree structure.- Parameters:
newTemplateTree- the new template tree structure
-
getNodeConversionMap
Get the node conversion map.- Returns:
- the node conversion map
-
setNodeConversionMap
Set the node conversion map.- Parameters:
nodeConversionMap- the node conversion map
-