Class PeriodInfo
- java.lang.Object
-
- org.exoplatform.services.scheduler.PeriodInfo
-
public class PeriodInfo extends Object
Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 6, 2005
-
-
Constructor Summary
Constructors Constructor Description PeriodInfo(int repeatCount, long repeatInterval)PeriodInfo(Date startTime, Date endTime, int repeatCount, long repeatInterval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEndTime()intgetRepeatCount()longgetRepeatInterval()DategetStartTime()
-