Package org.ametys.plugins.zimbra
Class ZimbraConnector.ZimbraEvent
- java.lang.Object
-
- org.ametys.plugins.zimbra.ZimbraConnector.ZimbraEvent
-
- Enclosing class:
- ZimbraConnector
private class ZimbraConnector.ZimbraEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description ZimbraEvent(VEvent event, Date startDate, Date endDate)
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getEndDate()
Get the end dateVEvent
getEvent()
Get the eventDate
getStartDate()
Get the start date
-
-
-
Constructor Detail
-
ZimbraEvent
public ZimbraEvent(VEvent event, Date startDate, Date endDate)
Default constructor- Parameters:
event
- The eventstartDate
- The start of the eventendDate
- The end of the event
-
-
Method Detail
-
getStartDate
public Date getStartDate()
Get the start date- Returns:
- the startDate
-
getEndDate
public Date getEndDate()
Get the end date- Returns:
- the endDate
-
-