org.hyperic.hq.common.server.session
Class WeekEntry
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.common.server.session.CalendarEntry
org.hyperic.hq.common.server.session.WeekEntry
- All Implemented Interfaces:
- java.io.Serializable
public class WeekEntry
- extends CalendarEntry
Represents time during a single week .. any week of the year.
WeekDay: 0->6 (0 being Sunday)
startTime & endTime: minutes since 00:00 (midnight)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
WeekEntry
protected WeekEntry()
getWeekDay
public int getWeekDay()
setWeekDay
protected void setWeekDay(int weekDay)
getStartTime
public int getStartTime()
setStartTime
protected void setStartTime(int startTime)
getEndTime
public int getEndTime()
setEndTime
protected void setEndTime(int endTime)
containsTime
public boolean containsTime(long time)
- Specified by:
containsTime
in class CalendarEntry
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.