org.hyperic.hq.scheduler
Class ScheduleMonthlyValue
java.lang.Object
org.hyperic.hq.scheduler.ScheduleValue
org.hyperic.hq.scheduler.ScheduleMonthlyValue
- All Implemented Interfaces:
- java.io.Serializable
public class ScheduleMonthlyValue
- extends ScheduleValue
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleMonthlyValue
public ScheduleMonthlyValue(java.util.Date start,
java.util.Date end,
int interval)
getScheduleString
public java.lang.String getScheduleString()
- Specified by:
getScheduleString
in class ScheduleValue
setDay
public void setDay(int day)
setDayOfWeek
public void setDayOfWeek(int dayOfWeek)
setWeekOfMonth
public void setWeekOfMonth(int weekOfMonth)
getDay
public int getDay()
getDayOfWeek
public int getDayOfWeek()
getWeekOfMonth
public int getWeekOfMonth()
isOffset
public boolean isOffset()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.