|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.onixs.fix.scheduler.WeeklyInterval
public class WeeklyInterval
Weekly activity interval.
Constructor Summary | |
---|---|
WeeklyInterval()
|
Method Summary | |
---|---|
DayOfWeek |
getLogonDay()
Returns logon day. |
org.joda.time.LocalTime |
getLogonTime()
Returns logon time. |
DayOfWeek |
getLogoutDay()
Returns logout day. |
org.joda.time.LocalTime |
getLogoutTime()
Returns logout time. |
boolean |
isResetOnLogout()
Returns whether to reset session after logout. |
boolean |
overlaps(WeeklyInterval interval)
|
void |
setLogonDay(DayOfWeek logonDay)
Sets logon day. |
void |
setLogonTime(org.joda.time.LocalTime logonTime)
Sets logon time. |
void |
setLogoutDay(DayOfWeek logoutDay)
Sets logout day. |
void |
setLogoutTime(org.joda.time.LocalTime logoutTime)
Sets logout time. |
void |
setResetOnLogout(boolean resetOnLogout)
Sets whether to reset session after logout. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeeklyInterval()
Method Detail |
---|
public org.joda.time.LocalTime getLogonTime()
public void setLogonTime(org.joda.time.LocalTime logonTime)
logonTime
- logon timepublic DayOfWeek getLogonDay()
public void setLogonDay(DayOfWeek logonDay)
logonDay
- logon daypublic org.joda.time.LocalTime getLogoutTime()
public void setLogoutTime(org.joda.time.LocalTime logoutTime)
logoutTime
- logout timepublic DayOfWeek getLogoutDay()
public void setLogoutDay(DayOfWeek logoutDay)
logoutDay
- logout daypublic boolean isResetOnLogout()
public void setResetOnLogout(boolean resetOnLogout)
resetOnLogout
- whether to reset session after logoutpublic void validate() throws ScheduleValidationException
ScheduleValidationException
public boolean overlaps(WeeklyInterval interval)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |