org.exoplatform.calendar.client
Class CalendarEventInfo
java.lang.Object
org.exoplatform.calendar.client.CalendarEventInfo
- All Implemented Interfaces:
- Comparable<CalendarEventInfo>
public class CalendarEventInfo
- extends Object
- implements Comparable<CalendarEventInfo>
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
May 13, 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_PROVIDER
public static final com.google.gwt.view.client.ProvidesKey<CalendarEventInfo> KEY_PROVIDER
CalendarEventInfo
public CalendarEventInfo(String id,
String summary,
String description,
String calendarId,
Date fromDate,
Date toDate)
CalendarEventInfo
public CalendarEventInfo(CalendarEvent jsoEvent)
compareTo
public int compareTo(CalendarEventInfo ce)
- Specified by:
compareTo in interface Comparable<CalendarEventInfo>
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id - the id to set
getSummary
public String getSummary()
- Returns:
- the summary
setSummary
public void setSummary(String summary)
- Parameters:
summary - the summary to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getCalendarId
public String getCalendarId()
- Returns:
- the calendarId
setCalendarId
public void setCalendarId(String calendarId)
- Parameters:
calendarId - the calendarId to set
getFromDate
public Date getFromDate()
- Returns:
- the fromDate
setFromDate
public void setFromDate(Date fromDate)
- Parameters:
fromDate - the fromDate to set
getToDate
public Date getToDate()
- Returns:
- the toDate
setToDate
public void setToDate(Date toDate)
- Parameters:
toDate - the toDate to set
Copyright © 2013 eXo Platform SAS. All Rights Reserved.