edu.cmu.andrew.icalendar.components
Class VJournal

java.lang.Object
  |
  +--edu.cmu.andrew.icalendar.Component
        |
        +--edu.cmu.andrew.icalendar.components.VJournal

public class VJournal
extends Component

A single ICalendar object from BEGIN:VJOURNAL to END:VJOURNAL


Fields inherited from class edu.cmu.andrew.icalendar.Component
properties, subComponents
 
Constructor Summary
private VJournal()
           
  VJournal(Map properties, List subComponents)
           
 
Method Summary
 void checkInvariant()
           
 String getName()
          Return the name of this Component.
 
Methods inherited from class edu.cmu.andrew.icalendar.Component
getComponents, getInstance, getProperty, getPropertyMap, getSingleDate, getSingleDuration, getSingleInteger, getSingleString, outputICalendar, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

VJournal

private VJournal()

VJournal

public VJournal(Map properties,
                List subComponents)
Method Detail

getName

public String getName()
Description copied from class: Component
Return the name of this Component.
Overrides:
getName in class Component

checkInvariant

public void checkInvariant()