Class BOInterventionGroupCensusRule

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.BOInterventionGroupCensusRule
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOInterventionGroupCensusRule extends DynO
Business object representing the connection linking a census rule to an intervention group.
Since:
20.0
See Also:
  • Constructor Details

    • BOInterventionGroupCensusRule

      public BOInterventionGroupCensusRule()
  • Method Details

    • getId

      public Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the id to set
    • getCensusRule

      public Long getCensusRule()
      Gets the census rule.
      Returns:
      the census rule
    • setCensusRule

      public void setCensusRule(Long censusRule)
      Sets the census rule.
      Parameters:
      censusRule - the census rule
    • getInterventionGroup

      public Long getInterventionGroup()
      Gets the intervention group.
      Returns:
      the intervention group
    • setInterventionGroup

      public void setInterventionGroup(Long interventionGroup)
      Sets the intervention group.
      Parameters:
      interventionGroup - the intervention group to set