edu.cmu.andrew.icalendar.components
Class VTodo
java.lang.Object
|
+--edu.cmu.andrew.icalendar.Component
|
+--edu.cmu.andrew.icalendar.components.VTodo
- public class VTodo
- extends Component
A single ICalendar object containing the todo component
Constructor Summary |
VTodo(Map properties,
List subComponents)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
VTodo
public VTodo(Map properties,
List subComponents)
getName
public String getName()
- Description copied from class:
Component
- Return the name of this Component.
- Overrides:
getName
in class Component
checkInvariant
private void checkInvariant()