org.exoplatform.calendar.client
Class CalendarEventInfo

java.lang.Object
  extended by 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


Field Summary
static com.google.gwt.view.client.ProvidesKey<CalendarEventInfo> KEY_PROVIDER
           
 
Constructor Summary
CalendarEventInfo(CalendarEvent jsoEvent)
           
CalendarEventInfo(String id, String summary, String description, String calendarId, Date fromDate, Date toDate)
           
 
Method Summary
 int compareTo(CalendarEventInfo ce)
           
 String getCalendarId()
           
 String getDescription()
           
 Date getFromDate()
           
 String getId()
           
 String getSummary()
           
 Date getToDate()
           
 void setCalendarId(String calendarId)
           
 void setDescription(String description)
           
 void setFromDate(Date fromDate)
           
 void setId(String id)
           
 void setSummary(String summary)
           
 void setToDate(Date toDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PROVIDER

public static final com.google.gwt.view.client.ProvidesKey<CalendarEventInfo> KEY_PROVIDER
Constructor Detail

CalendarEventInfo

public CalendarEventInfo(String id,
                         String summary,
                         String description,
                         String calendarId,
                         Date fromDate,
                         Date toDate)

CalendarEventInfo

public CalendarEventInfo(CalendarEvent jsoEvent)
Method Detail

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.