|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.schedules.AbstractSchedule
public abstract class AbstractSchedule
Provide a basis of common functionality for schedules.
| Constructor Summary | |
|---|---|
AbstractSchedule()
|
|
| Method Summary | |
|---|---|
Schedule |
getRefinement()
Return the child schedule. |
void |
setRefinement(Schedule childSchedule)
Add a child schedule of the given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.oddjob.schedules.Schedule |
|---|
nextDue |
| Constructor Detail |
|---|
public AbstractSchedule()
| Method Detail |
|---|
public void setRefinement(Schedule childSchedule)
RefineableSchedule
setRefinement in interface RefineableScheduleProperty: refinement
Description: Provide a refinement to this schedule.
Required: No.
The - refinement.public Schedule getRefinement()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||