|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.simple.Agenda
Constructor Summary | |
Agenda()
|
Method Summary | |
void |
addMeeting(int index,
Meeting aMeeting)
Inserts a target in link meeting. |
void |
addMeeting(Meeting aMeeting)
Adds a target at end of link meeting. |
void |
clearMeeting()
Clears all targets in link meeting |
java.lang.String |
getId()
Returns the id. |
Meeting |
getMeeting(int index)
Returns a target in link meeting. |
java.util.Iterator |
iteratorMeeting()
Returns an iterator for targets in links meeting |
void |
removeMeeting(int index)
Removes a target in link meeting |
void |
setId(java.lang.String id)
Sets the id. |
int |
sizeMeeting()
Returns the size of the collection meeting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Agenda()
Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to setpublic Meeting getMeeting(int index)
index
- offset in the array
public java.util.Iterator iteratorMeeting()
public int sizeMeeting()
public void addMeeting(int index, Meeting aMeeting)
index
- offset in the listaMeeting
- The Meeting to insertpublic void addMeeting(Meeting aMeeting)
aMeeting
- The Meeting to insertpublic void removeMeeting(int index)
index
- offset in the listpublic void clearMeeting()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |