Class DataCollectionTemplateStructureConversionCreateTreeStructureInput

java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.event.DataCollectionTemplateStructureConversionCreateTreeStructureInput

public class DataCollectionTemplateStructureConversionCreateTreeStructureInput extends Object
Since:
13.0
  • Constructor Details

    • DataCollectionTemplateStructureConversionCreateTreeStructureInput

      public DataCollectionTemplateStructureConversionCreateTreeStructureInput()
  • Method Details

    • getOldTemplateHeaderId

      public Long getOldTemplateHeaderId()
      Get old template id.
      Returns:
      the old template id.
      See Also:
      • ADTEID.
    • setOldTemplateHeaderId

      public void setOldTemplateHeaderId(Long oldTemplateHeaderId)
      Set the old template id.
      Parameters:
      oldTemplateHeaderId - the old template id.
      See Also:
      • DAOTemplateAttributes.Fields.ADTEID
    • getOldTemplateRootNodeId

      public Long getOldTemplateRootNodeId()
      The old root node id.
      Returns:
      the old root node id
      See Also:
      • DAODataCollectionSheetTemplate.Fields.ADTNID
    • setOldTemplateRootNodeId

      public void setOldTemplateRootNodeId(Long oldTemplateRootNodeId)
      Set the old root node id.
      Parameters:
      oldTemplateRootNodeId - the old root node id
      See Also:
      • DAODataCollectionSheetTemplate.Fields.ADTNID
    • getNewTemplateId

      public Long getNewTemplateId()
      Get the new template id.
      Returns:
      the new template id
    • setNewTemplateId

      public void setNewTemplateId(Long newTemplateId)
      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