com.atlassian.gregory.components
Class AbstractEventToDo

java.lang.Object
  extended by com.atlassian.gregory.components.AbstractICalComponent
      extended by com.atlassian.gregory.components.AbstractEventToDoJournalFreeBusy
          extended by com.atlassian.gregory.components.AbstractEventToDoJournal
              extended by com.atlassian.gregory.components.AbstractEventToDo
All Implemented Interfaces:
ICalComponent
Direct Known Subclasses:
ICalEvent, ICalToDo

public abstract class AbstractEventToDo
extends AbstractEventToDoJournal


Constructor Summary
AbstractEventToDo()
           
 
Method Summary
 boolean allowsChildComponent(ICalComponent component)
          This method allows sub classes to decide which child components they will allow.
 List getAlarms()
           
 Duration getDuration()
           
 GeographicPosition getGeographicPosition()
           
 String getLocation()
           
 int getPriority()
           
 List getResources()
           
 
Methods inherited from class com.atlassian.gregory.components.AbstractEventToDoJournal
getCategories, getClassification, getContacts, getDateCreated, getDescription, getLastModified, getRecurrenceId, getRelatedUids, getSequence, getStatus, getSummary
 
Methods inherited from class com.atlassian.gregory.components.AbstractEventToDoJournalFreeBusy
getAttendees, getComments, getDateStart, getDateTimeStamp, getOrganizer, getRequestStatuses, getUid, getUrl
 
Methods inherited from class com.atlassian.gregory.components.AbstractICalComponent
addComponent, addProperty, getComponents, getProperties, getProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractEventToDo

public AbstractEventToDo()
Method Detail

getPriority

public int getPriority()

getGeographicPosition

public GeographicPosition getGeographicPosition()

getLocation

public String getLocation()

getResources

public List getResources()

getDuration

public Duration getDuration()

getAlarms

public List getAlarms()

allowsChildComponent

public boolean allowsChildComponent(ICalComponent component)
Description copied from class: AbstractICalComponent
This method allows sub classes to decide which child components they will allow.

By default, this method will not allow _any_ child components. Override to change.

Overrides:
allowsChildComponent in class AbstractICalComponent


Atlassian Gregory is developed by Atlassian Software Systems.