org.exoplatform.calendar.client.JSO
Class CalendarEvent

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.exoplatform.calendar.client.JSO.CalendarEvent

public class CalendarEvent
extends com.google.gwt.core.client.JavaScriptObject

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com May 13, 2011


Constructor Summary
protected CalendarEvent()
           
 
Method Summary
 String getCalendarId()
           
 String getDescription()
           
 String getFromDate()
           
 String getId()
           
 String getSummary()
           
 String getToDate()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarEvent

protected CalendarEvent()
Method Detail

getId

public final String getId()

getSummary

public final String getSummary()

getDescription

public final String getDescription()

getCalendarId

public final String getCalendarId()

getFromDate

public final String getFromDate()

getToDate

public final String getToDate()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.