Class BODataCollectionTemplateStructureOutcomeRule

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.outcomerule.BODataCollectionTemplateStructureOutcomeRule
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BODataCollectionTemplateStructureOutcomeRule extends DynO
Business object representing a data collection template structure outcome rule
Since:
12.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODataCollectionTemplateStructureOutcomeRule

      public BODataCollectionTemplateStructureOutcomeRule()
  • Method Details

    • getId

      public Long getId()
      Returns the data collection template structure outcome rule id.
      Returns:
      the data collection template structure outcome rule id
    • setId

      public void setId(Long id)
      Sets the data collection template structure outcome rule id.
      Parameters:
      id - the data collection template structure outcome rule id
    • getTemplateStructure

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

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

      public Long getOutcomeReason()
      Returns the outcome reason id.
      Returns:
      the outcome reason id
    • setOutcomeReason

      public void setOutcomeReason(Long outcomeReason)
      Sets the outcome reason id.
      Parameters:
      outcomeReason - the outcome reason id
    • getIsRequiredIfAutoGenerable

      public boolean getIsRequiredIfAutoGenerable()
      Returns the flag that indicates if the outcome rule is required if auto generable
      Returns:
      the flag that indicates if the outcome rule is required if auto generable
    • setRequiredIfAutoGenerable

      public void setRequiredIfAutoGenerable(boolean isRequiredIfAutoGenerable)
      Sets the flag that indicates if the outcome rule is required if auto generable.
      Parameters:
      isRequiredIfAutoGenerable - true if is required if auto generable, false otherwise