Package net.fortuna.ical4j.connector.jcr
Class JcrCalendar
- java.lang.Object
-
- org.jcrom.AbstractJcrEntity
-
- net.fortuna.ical4j.connector.jcr.JcrCalendar
-
- All Implemented Interfaces:
Serializable
public class JcrCalendar extends org.jcrom.AbstractJcrEntity- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JcrCalendar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCalendar()StringgetUid()voidsetCalendar(Calendar calendar)
-
-
-
Method Detail
-
getCalendar
public final Calendar getCalendar() throws IOException, ParserException
- Returns:
- the calendar
- Throws:
ParserException- where calendar parsing failsIOException- where a communication error occurs
-
setCalendar
public final void setCalendar(Calendar calendar)
- Parameters:
calendar- the calendar to set
-
getUid
public final String getUid()
- Returns:
- the uid
-
-