wt.clients.scheduler
Class GenericSchedTimeFrame.SpinnerStates
java.lang.Object
wt.clients.scheduler.GenericSchedTimeFrame.SpinnerStates
- Enclosing class:
- GenericSchedTimeFrame
- private class GenericSchedTimeFrame.SpinnerStates
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_dayVal
long _dayVal
_minVal
long _minVal
_hourVal
long _hourVal
GenericSchedTimeFrame.SpinnerStates
public GenericSchedTimeFrame.SpinnerStates(long day,
long hour,
long mins)
setDays
public void setDays(long day)
getDays
public long getDays()
setMins
public void setMins(long min)
getMins
public long getMins()
setHours
public void setHours(long hour)
getHours
public long getHours()
update
public void update(long day,
long hour,
long mins)