Class BOCriticalActivityRuleCriterion

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.BOCriticalActivityRuleCriterion
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCriticalActivityRuleCriterion extends DynO
Business object representing a Critical Activity Rule Criterion
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCriticalActivityRuleCriterion

      public BOCriticalActivityRuleCriterion()
  • Method Details

    • getAllCriteria

      public static Set<Long> getAllCriteria()
    • getNotScheduledCriteria

      public static Set<Long> getNotScheduledCriteria()
    • getNotValidatedCriteria

      public static Set<Long> getNotValidatedCriteria()
    • getNotInChargeCriteria

      public static Set<Long> getNotInChargeCriteria()
    • getNotStartedInChargeCriteria

      public static Set<Long> getNotStartedInChargeCriteria()
    • getNotStartedOnSiteCriteria

      public static Set<Long> getNotStartedOnSiteCriteria()
    • getId

      public Long getId()
      Returns the Critical Activity Rule Criterion id.
      Returns:
      the Critical Activity Rule Criterion id
    • setId

      public void setId(Long id)
      Sets the Critical Activity Rule Criterion id.
      Parameters:
      id - the Critical Activity Rule Criterion id
    • getCode

      public String getCode()
      Returns the Critical Activity Rule Criterion code.
      Returns:
      the Critical Activity Rule Criterion code
    • setCode

      public void setCode(String code)
      Sets the Critical Activity Rule Criterion code.
      Parameters:
      code - the Critical Activity Rule Criterion code
    • getDescription

      public LocalizedString getDescription()
      Returns the Critical Activity Rule Criterion description.
      Returns:
      the Critical Activity Rule Criterion description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the Critical Activity Rule Criterion description.
      Parameters:
      description - the Critical Activity Rule Criterion description