Package com.exedio.cope.pattern
Class Schedule.Run
- java.lang.Object
-
- com.exedio.cope.Item
-
- com.exedio.cope.pattern.Schedule.Run
-
- All Implemented Interfaces:
Serializable
,Comparable<Item>
- Enclosing class:
- Schedule
public static final class Schedule.Run extends Item
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getElapsed()
Date
getFrom()
Schedule.Interval
getInterval()
Item
getParent()
Schedule
getPattern()
int
getProgress()
Date
getRun()
Date
getUntil()
-
Methods inherited from class com.exedio.cope.Item
activeCopeItem, afterNewCopeItem, appendCopeID, beforeDeleteCopeItem, beforeSetCopeItem, compareTo, deleteCopeItem, equals, existsCopeItem, get, getCopeID, getCopeType, hashCode, isActiveCopeItem, newEnumAttribute, newEnumField, newItemAttribute, newItemAttribute, newItemField, newItemField, newType, set, set, toString, writeReplace
-
-
-
-
Method Detail
-
getPattern
public Schedule getPattern()
-
getParent
public Item getParent()
-
getInterval
public Schedule.Interval getInterval()
-
getFrom
public Date getFrom()
-
getUntil
public Date getUntil()
-
getRun
public Date getRun()
-
getProgress
public int getProgress()
-
getElapsed
public long getElapsed()
-
-