net.stff.ical.beans
Class VCal

java.lang.Object
  extended bynet.stff.ical.beans.VCal
Direct Known Subclasses:
ICal

public class VCal
extends java.lang.Object

Description of the Class

Author:
buntekuh

Constructor Summary
VCal()
           
 
Method Summary
 void addEvent(VEvent event)
           
 java.util.Set getEvents()
          Gets the events attribute of the ICalendar object
 java.util.Set getEventsForDate(java.util.Date start, java.util.Date end)
           
 void removeEvent(VEvent event)
           
 void setEvents(java.util.Set events)
          Sets the events attribute of the ICalendar object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VCal

public VCal()
Method Detail

setEvents

public void setEvents(java.util.Set events)
Sets the events attribute of the ICalendar object


getEvents

public java.util.Set getEvents()
Gets the events attribute of the ICalendar object

Returns:
The events value

addEvent

public void addEvent(VEvent event)

removeEvent

public void removeEvent(VEvent event)

getEventsForDate

public java.util.Set getEventsForDate(java.util.Date start,
                                      java.util.Date end)

toString

public java.lang.String toString()


Copyright © 2004-2005 stoffwechsel development GbR. All Rights Reserved.