|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.jobs.ScheduleList
public class ScheduleList
This class describes an ordered set of schedule records. They are ordered only for UI nicety, not any functional reason.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected java.util.ArrayList |
list
|
| Constructor Summary | |
|---|---|
ScheduleList()
Constructor. |
|
| Method Summary | |
|---|---|
void |
addRecord(ScheduleRecord sr)
Add a record. |
void |
clear()
Clear it. |
void |
deleteRecord(int index)
Delete a record. |
ScheduleList |
duplicate()
Duplicate this list. |
ScheduleRecord |
getRecord(int index)
Get the specified record. |
int |
getRecordCount()
Get the number of records. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
protected java.util.ArrayList list
| Constructor Detail |
|---|
public ScheduleList()
| Method Detail |
|---|
public void clear()
public ScheduleList duplicate()
public void addRecord(ScheduleRecord sr)
sr - is the record to add to the end.public int getRecordCount()
public ScheduleRecord getRecord(int index)
index - is the record number.
public void deleteRecord(int index)
index - is the record number.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||