com.pmease.quickbuild.schedule
Class PeriodicalScheduleFacade

java.lang.Object
  extended bycom.pmease.quickbuild.schedule.PeriodicalScheduleFacade
All Implemented Interfaces:
java.io.Serializable

public class PeriodicalScheduleFacade
extends java.lang.Object
implements java.io.Serializable

Facade class for PeriodicalSchedule. Defines a schedule runs periodically.

See Also:
Serialized Form

Constructor Summary
PeriodicalScheduleFacade()
           
 
Method Summary
 long getRepeatInterval()
          OGNL: Specify repeat interval in minutes.
 boolean isPaused()
          Specify whether this schedule should be paused or not.
 void setPaused(boolean paused)
           
 void setRepeatInterval(long repeatInterval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodicalScheduleFacade

public PeriodicalScheduleFacade()
Method Detail

getRepeatInterval

public long getRepeatInterval()
OGNL: Specify repeat interval in minutes.


setRepeatInterval

public void setRepeatInterval(long repeatInterval)

isPaused

public boolean isPaused()
Specify whether this schedule should be paused or not.


setPaused

public void setPaused(boolean paused)


Copyright © 2005 PMEase Inc. All Rights Reserved.