org.opengts.db
Class WorkHours.Day
java.lang.Object
org.opengts.db.WorkHours.Day
- Enclosing class:
- WorkHours
public static class WorkHours.Day
- extends java.lang.Object
Day
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorkHours.Day
public WorkHours.Day()
WorkHours.Day
public WorkHours.Day(int todStartMin,
int todEndMin)
WorkHours.Day
public WorkHours.Day(WorkHours.Day day)
isMatch
public boolean isMatch(int todMin)
getNextMatch
public int getNextMatch(int todMin,
boolean working)
countWorkMinutes
public int countWorkMinutes(int todStartMin,
int todEndMin)
getTimeRange
public java.lang.String getTimeRange()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object