|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agentland.info.Schedule
Describe class Schedule
here.
Serializable
, Serialized FormConstructor Summary | |
Schedule()
Creates a new Schedule instance. |
|
Schedule(Vector a)
|
Method Summary | |
void |
addApp(Appointment a)
|
Vector |
addAppointment(Appointment a)
Describe addAppointment method here. |
void |
addAppointments(Appointment[] a)
Describe addAppointments method here. |
void |
clear()
Describe clear method here. |
void |
clear(GregorianCalendar day)
Describe clear method here. |
Appointment |
getAppointment(GregorianCalendar time)
Describe getAppointment method here. |
int |
getAppointments(GregorianCalendar from,
GregorianCalendar to,
Vector meetings)
Describe getAppointments method here. |
boolean |
isEmpty()
|
String |
listAppointments(GregorianCalendar start,
String catalog,
String society)
Describe listAppointments method here. |
String |
listAppointments(String catalog,
String society)
Describe listAppointments method here. |
Vector |
removeApp(int index,
int number)
Describe removeApp method here. |
void |
removeAppointment(Appointment a)
Describe removeAppointment method here. |
void |
removeAppointments(Appointment[] a)
Describe removeAppointments method here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Schedule()
Schedule
instance.public Schedule(Vector a)
Method Detail |
public void clear()
clear
method here.public void addApp(Appointment a)
public void clear(GregorianCalendar day)
clear
method here.day
- a GregorianCalendar
valuepublic Vector addAppointment(Appointment a)
addAppointment
method here.a
- an Appointment
valueVector
valuepublic void addAppointments(Appointment[] a)
addAppointments
method here.a
- an Appointment[]
valuepublic Appointment getAppointment(GregorianCalendar time)
getAppointment
method here.time
- a GregorianCalendar
valueAppointment
valuepublic int getAppointments(GregorianCalendar from, GregorianCalendar to, Vector meetings)
getAppointments
method here.from
- a GregorianCalendar
valueto
- a GregorianCalendar
valuemeetings
- a Vector
valueint
valuepublic void removeAppointment(Appointment a)
removeAppointment
method here.a
- an Appointment
valuepublic void removeAppointments(Appointment[] a)
removeAppointments
method here.a
- an Appointment[]
valuepublic String listAppointments(String catalog, String society)
listAppointments
method here.catalog
- a String
valuesociety
- a String
valueString
valuepublic String listAppointments(GregorianCalendar start, String catalog, String society)
listAppointments
method here.start
- a GregorianCalendar
valuecatalog
- a String
valuesociety
- a String
valueString
valuepublic Vector removeApp(int index, int number)
removeApp
method here.index
- an int
valuenumber
- an int
valueVector
valuepublic boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |