Package org.ical4j.template.vjournal
Class Note
- java.lang.Object
-
- org.ical4j.template.AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VJournal>
-
- org.ical4j.template.vjournal.Note
-
- All Implemented Interfaces:
FluentCalendarTemplate<net.fortuna.ical4j.model.component.VJournal>
public class Note extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VJournal>
A Note is an independent journal item that may or may not refer to one or more other referencable items. A Note may be location-specific in addition to temporal.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Note
date(LocalDate date)
<T extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VJournal>>
TgetFluentTarget()
Note
withLocation(long latitude, long longitude)
-
Methods inherited from class org.ical4j.template.AbstractCalendarTemplate
getRevisions, toCalendar, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ical4j.template.FluentCalendarTemplate
withRevision
-
-
-
-
Constructor Detail
-
Note
public Note()
-
Note
public Note(String title)
-
-
Method Detail
-
getFluentTarget
public <T extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VJournal>> T getFluentTarget()
-
withLocation
public Note withLocation(long latitude, long longitude)
-
-