com.atlassian.gregory.components
Class AbstractEventToDo
java.lang.Object
com.atlassian.gregory.components.AbstractICalComponent
com.atlassian.gregory.components.AbstractEventToDoJournalFreeBusy
com.atlassian.gregory.components.AbstractEventToDoJournal
com.atlassian.gregory.components.AbstractEventToDo
- All Implemented Interfaces:
- ICalComponent
- Direct Known Subclasses:
- ICalEvent, ICalToDo
public abstract class AbstractEventToDo
- extends AbstractEventToDoJournal
| Methods inherited from class com.atlassian.gregory.components.AbstractEventToDoJournal |
getCategories, getClassification, getContacts, getDateCreated, getDescription, getLastModified, getRecurrenceId, getRelatedUids, getSequence, getStatus, getSummary |
AbstractEventToDo
public AbstractEventToDo()
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