private class ZimbraConnector.ZimbraEvent extends Object
Modifier and Type | Field and Description |
---|---|
private Date |
_endDate |
private VEvent |
_event |
private Date |
_startDate |
Constructor and Description |
---|
ZimbraEvent(VEvent event,
Date startDate,
Date endDate)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Get the end date
|
VEvent |
getEvent()
Get the event
|
Date |
getStartDate()
Get the start date
|
private Date _startDate
public ZimbraEvent(VEvent event, Date startDate, Date endDate)
event
- The eventstartDate
- The start of the eventendDate
- The end of the eventpublic Date getStartDate()
public Date getEndDate()