public class ScheduleList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected java.util.ArrayList |
list |
Constructor and Description |
---|
ScheduleList()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String _rcsid
protected java.util.ArrayList list
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.