com.funambol.common.pim.model.model
Class VTodo
java.lang.Object
com.funambol.common.pim.model.model.VComponent
com.funambol.common.pim.model.model.VCalendarContent
com.funambol.common.pim.model.model.VTodo
- All Implemented Interfaces:
- VisitorInterface, java.lang.Comparable
public class VTodo
- extends VCalendarContent
- Version:
- $Id: VTodo.java,v 1.2 2007-11-28 11:14:05 nichele Exp $
Constructor Summary |
VTodo()
|
Method Summary |
void |
accept(Visitor v)
visitor. |
java.lang.Object |
accept(VisitorObject v,
java.lang.Object argu)
visitor with arguments. |
java.lang.String |
getSifType()
|
java.lang.String |
getVComponentName()
Should be overridden in concrete subclass to return component name,
for example VEVENT, VTODO or similar |
Methods inherited from class com.funambol.common.pim.model.model.VComponent |
addComponent, addProperty, addProperty, clone, compareTo, convertUTCDatesToLocal, delComponent, delProperty, equals, getAllComponents, getAllProperties, getComponent, getComponents, getProperties, getProperty, hashCode, hasProperty, setProperty, toStringBuffer |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
VTodo
public VTodo()
getVComponentName
public java.lang.String getVComponentName()
- Description copied from class:
VComponent
- Should be overridden in concrete subclass to return component name,
for example VEVENT, VTODO or similar
- Specified by:
getVComponentName
in class VCalendarContent
getSifType
public java.lang.String getSifType()
- Specified by:
getSifType
in class VCalendarContent
accept
public void accept(Visitor v)
throws VisitorException
- visitor.
- Specified by:
accept
in interface VisitorInterface
- Specified by:
accept
in class VCalendarContent
- Parameters:
v
- the visitor
- Throws:
VisitorException
accept
public java.lang.Object accept(VisitorObject v,
java.lang.Object argu)
throws VisitorException
- visitor with arguments.
- Specified by:
accept
in interface VisitorInterface
- Specified by:
accept
in class VCalendarContent
- Parameters:
v
- the visitorargu
- the argument
- Returns:
- the result of the visit
- Throws:
VisitorException
Copyright © 2001-2009 Funambol.