Class DataCollectionTemplateStructureOutcomeRuleAlignInput

java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.outcomerule.event.DataCollectionTemplateStructureOutcomeRuleAlignInput

public class DataCollectionTemplateStructureOutcomeRuleAlignInput extends Object
Since:
12.0
  • Constructor Details

    • DataCollectionTemplateStructureOutcomeRuleAlignInput

      public DataCollectionTemplateStructureOutcomeRuleAlignInput()
  • Method Details

    • getTemplateStructure

      public Long getTemplateStructure()
      Returns the data collection template structure.
      Returns:
      the data collection template structure
    • setTemplateStructure

      public void setTemplateStructure(Long templateStructure)
      Sets the template structure id.
      Parameters:
      templateStructure - the template structure id
    • getOutcomeRulesToInsert

      public List<BODataCollectionTemplateStructureOutcomeRule> getOutcomeRulesToInsert()
      Returns the list of outcome rules to insert.
      Returns:
      the list of outcome rules to insert
    • setOutcomeRulesToInsert

      public void setOutcomeRulesToInsert(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToInsert)
      Sets the list of outcome rules to insert.
      Parameters:
      outcomeRulesToInsert - the list of outcome rules to insert
    • getOutcomeRulesToUpdate

      public List<BODataCollectionTemplateStructureOutcomeRule> getOutcomeRulesToUpdate()
      Returns the list of outcome rules to update.
      Returns:
      the list of outcome rules to update
    • setOutcomeRulesToUpdate

      public void setOutcomeRulesToUpdate(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToUpdate)
      Sets the list of outcome rules to update.
      Parameters:
      outcomeRulesToUpdate - the list of outcome rules to update
    • getOutcomeReasonIdsToDelete

      public Set<Long> getOutcomeReasonIdsToDelete()
      Returns the set of outcome reason IDs to delete.
      Returns:
      the set of outcome reason IDs to delete
    • setOutcomeReasonIdsToDelete

      public void setOutcomeReasonIdsToDelete(Set<Long> outcomeReasonIdsToDelete)
      Sets the set of outcome reason IDs to delete.
      Parameters:
      outcomeReasonIdsToDelete - the set of outcome reason IDs to delete