public class MeetingBean
extends org.alfresco.service.cmr.calendar.CalendarEntryDTO
CalendarEntry object with extra information on
the organiser and attendees| Constructor and Description |
|---|
MeetingBean() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttendees() |
Date |
getEndDate() |
String |
getId() |
String |
getOrganizer() |
Date |
getReccurenceIdDate() |
Date |
getStartDate() |
String |
getSubject()
Returns the Subject (title)
|
void |
setAttendees(List<String> attendees) |
void |
setId(String id) |
void |
setOrganizer(String organizer) |
void |
setReccurenceIdDate(Date reccurenceIdDate) |
void |
setSubject(String subject)
Sets the Subject (title)
|
getContainerNodeRef, getCreatedAt, getDescription, getEnd, getLastRecurrence, getLocation, getModifiedAt, getNodeRef, getOutlookUID, getRecurrenceRule, getSharePointDocFolder, getStart, getSystemName, getTags, getTitle, isAllDay, isOutlook, setCreatedAt, setDescription, setEnd, setLastRecurrence, setLocation, setModifiedAt, setOutlook, setOutlookUID, setRecurrenceRule, setSharePointDocFolder, setStart, setTitlepublic String getSubject()
public void setSubject(String subject)
public Date getStartDate()
public Date getEndDate()
public String getOrganizer()
public void setOrganizer(String organizer)
public String getId()
public void setId(String id)
public Date getReccurenceIdDate()
public void setReccurenceIdDate(Date reccurenceIdDate)
Copyright © 2005–2014 Alfresco Software. All rights reserved.