public class Event extends Object implements Comparable<Event>
| Constructor and Description |
|---|
Event(ietf.params.xml.ns.icalendar_2.BaseComponentType comp,
String href,
org.bedework.util.calendar.XcalUtil.TzGetter tzs) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Event that) |
boolean |
equals(Object o) |
String |
getDate() |
Date |
getDate(String dt,
String tz) |
String |
getDateTime() |
ietf.params.xml.ns.icalendar_2.DtstartPropType |
getDtStartProp() |
String |
getHref() |
String |
getLocation() |
int |
getMaxTickets() |
int |
getMaxTicketsPerUser() |
String |
getRecurrenceId() |
String |
getRegistrationEnd() |
Date |
getRegistrationEndDate() |
String |
getRegistrationEndTzid() |
String |
getRegistrationStart() |
Date |
getRegistrationStartDate() |
String |
getRegistrationStartTzid() |
String |
getStatus() |
String |
getSummary() |
String |
getTime() |
String |
getTzid() |
String |
getUid() |
String |
getUtc() |
String |
getWaitListLimit() |
int |
hashCode() |
public Event(ietf.params.xml.ns.icalendar_2.BaseComponentType comp,
String href,
org.bedework.util.calendar.XcalUtil.TzGetter tzs)
comp - componenthref - of eventtzs - for timezonespublic String getHref()
public String getRecurrenceId() throws Throwable
Throwable - on fatal errorpublic String getWaitListLimit()
public int getMaxTicketsPerUser()
public int getMaxTickets()
public String getRegistrationEnd() throws Throwable
Throwable - on fatal errorpublic String getRegistrationEndTzid() throws Throwable
Throwable - on fatal errorpublic String getRegistrationStart() throws Throwable
Throwablepublic String getRegistrationStartTzid() throws Throwable
Throwablepublic String getLocation()
public String getSummary()
public String getStatus()
public ietf.params.xml.ns.icalendar_2.DtstartPropType getDtStartProp()
throws Throwable
Throwablepublic String getDateTime() throws Throwable
Throwablepublic Date getDate(String dt, String tz) throws Throwable
dt - - YYYY-MM-DD or YYYY-MM-DDThh:mm:ss[Z]tz - - null for floating or UTCThrowablepublic Date getRegistrationEndDate() throws Throwable
Throwablepublic Date getRegistrationStartDate() throws Throwable
Throwablepublic int compareTo(Event that)
compareTo in interface Comparable<Event>Copyright © 2018 Bedework. All rights reserved.