org.otvl.sbxbsamp.simple
Class Agenda

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.Agenda

public class Agenda
extends java.lang.Object

Version:
Author:

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

Agenda

public Agenda()
Method Detail

getId

public java.lang.String getId()
Returns the id.

Returns:
String

setId

public void setId(java.lang.String id)
Sets the id.

Parameters:
id - The id to set

getMeeting

public Meeting getMeeting(int index)
Returns a target in link meeting.

Parameters:
index - offset in the array
Returns:
Meeting

iteratorMeeting

public java.util.Iterator iteratorMeeting()
Returns an iterator for targets in links meeting

Returns:
java.util.Iterator

sizeMeeting

public int sizeMeeting()
Returns the size of the collection meeting

Returns:
int

addMeeting

public void addMeeting(int index,
                       Meeting aMeeting)
Inserts a target in link meeting.

Parameters:
index - offset in the list
aMeeting - The Meeting to insert

addMeeting

public void addMeeting(Meeting aMeeting)
Adds a target at end of link meeting.

Parameters:
aMeeting - The Meeting to insert

removeMeeting

public void removeMeeting(int index)
Removes a target in link meeting

Parameters:
index - offset in the list

clearMeeting

public void clearMeeting()
Clears all targets in link meeting



Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.