Class ScheduleTime

java.lang.Object
ru.bitel.common.model.ScheduleTime

public class ScheduleTime extends Object
  • Constructor Details

    • ScheduleTime

      public ScheduleTime()
    • ScheduleTime

      public ScheduleTime(ScheduleTime st)
      Копирующий конструктор.
      Parameters:
      st -
    • ScheduleTime

      public ScheduleTime(int month, int day, int hour, int dayOfWeek, long min)
  • Method Details

    • serialize

      public static String serialize(ScheduleTime st)
    • deserialize

      public static ScheduleTime deserialize(String str)
    • toHumanReadable

      public static String toHumanReadable(ScheduleTime time)
    • isTimeTick

      public boolean isTimeTick(Calendar time)
    • getMonth

      public int getMonth()
    • setMonth

      public void setMonth(int month)
    • getDay

      public int getDay()
    • setDay

      public void setDay(int day)
    • getHour

      public int getHour()
    • setHour

      public void setHour(int hour)
    • getDayOfWeek

      public int getDayOfWeek()
    • setDayOfWeek

      public void setDayOfWeek(int dayOfWeek)
    • getMin

      public long getMin()
    • setMin

      public void setMin(long min)
    • getHumanReadable

      public String getHumanReadable()
    • setHumanReadable

      public void setHumanReadable(String s)
    • getHumanReadableWithoutTime

      public String getHumanReadableWithoutTime()
    • setHumanReadableWithoutTime

      public void setHumanReadableWithoutTime(String s)
    • getDayOfWeekAsString

      public String getDayOfWeekAsString()
    • setDayOfWeekAsString

      public void setDayOfWeekAsString(String s)