org.exoplatform.calendar.service
Class GroupCalendarData
java.lang.Object
org.exoplatform.calendar.service.GroupCalendarData
public class GroupCalendarData
- extends Object
Created by The eXo Platform SARL
Author : Hung Nguyen Quang
hung.nguyen@exoplatform.com
Jul 11, 2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupCalendarData
public GroupCalendarData(String id,
String name,
List<Calendar> calendars)
throws Exception
- Throws:
Exception
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getCalendars
public List<Calendar> getCalendars()
setCalendars
public void setCalendars(List<Calendar> calendars)
getCalendarById
public Calendar getCalendarById(String calendarId)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.