org.opensync.engine.server
Class Agendas

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.opensync.engine.server.Agendas
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class Agendas
extends java.util.Hashtable

This class represents a list of agendas. It's just a helper class.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Constructor Summary
Agendas()
          Construct a Agendas object
 
Method Summary
 void add(Agenda agenda)
          Add an agenda to the list
 java.lang.String toString()
          Use for debug only
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Agendas

public Agendas()
Construct a Agendas object

Method Detail

add

public void add(Agenda agenda)
Add an agenda to the list

Parameters:
agenda - the agenda to add

toString

public java.lang.String toString()
Use for debug only



Copyright © 2004 sourceforge. All Rights Reserved.