org.exoplatform.services.scheduler
Class PeriodInfo

java.lang.Object
  extended by org.exoplatform.services.scheduler.PeriodInfo

public class PeriodInfo
extends java.lang.Object

Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 6, 2005


Constructor Summary
PeriodInfo(java.util.Date startTime, java.util.Date endTime, int repeatCount, long repeatInterval)
           
PeriodInfo(int repeatCount, long repeatInterval)
           
 
Method Summary
 java.util.Date getEndTime()
           
 int getRepeatCount()
           
 long getRepeatInterval()
           
 java.util.Date getStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodInfo

public PeriodInfo(java.util.Date startTime,
                  java.util.Date endTime,
                  int repeatCount,
                  long repeatInterval)

PeriodInfo

public PeriodInfo(int repeatCount,
                  long repeatInterval)
Method Detail

getStartTime

public java.util.Date getStartTime()

getEndTime

public java.util.Date getEndTime()

getRepeatCount

public int getRepeatCount()

getRepeatInterval

public long getRepeatInterval()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.