Class InetServRestrictionTimeCondition

java.lang.Object
ru.bitel.bgbilling.modules.inet.common.bean.InetServRestrictionTimeCondition

public class InetServRestrictionTimeCondition extends Object
  • Constructor Details

    • InetServRestrictionTimeCondition

      public InetServRestrictionTimeCondition()
  • Method Details

    • getTimeFrom

      public LocalTime getTimeFrom()
    • setTimeFrom

      public void setTimeFrom(LocalTime timeFrom)
    • getTimeTo

      public LocalTime getTimeTo()
    • setTimeTo

      public void setTimeTo(LocalTime timeTo)
    • getDaysOfWeek

      public Set<Integer> getDaysOfWeek()
    • setDaysOfWeek

      public void setDaysOfWeek(Set<Integer> daysOfWeek)
    • getMonths

      public Set<Integer> getMonths()
    • setMonths

      public void setMonths(Set<Integer> months)
    • getDaysOfMonth

      public Set<Integer> getDaysOfMonth()
    • setDaysOfMonth

      public void setDaysOfMonth(Set<Integer> daysOfMonth)
    • getMode

      public int getMode()
    • setMode

      public void setMode(int mode)
    • toString

      public String toString()
      Overrides:
      toString in class Object