Class UpdateConditionsDTO.GenericCondition

java.lang.Object
org.cswteams.ms3.dto.condition.UpdateConditionsDTO.GenericCondition
Enclosing class:
UpdateConditionsDTO

public static class UpdateConditionsDTO.GenericCondition extends Object
  • Constructor Details

    • GenericCondition

      public GenericCondition(String condition, Long startDate, Long endDate)
      Parameters:
      condition - String representing the condition
      startDate - Long representing start date or 0 if it's a permanent condition
      endDate - Long representing end date or 0 if it's a permanent condition