org.exoplatform.calendar.service
Class CalendarEvent
java.lang.Object
org.exoplatform.calendar.service.CalendarEvent
public class CalendarEvent
- extends java.lang.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 |
TYPE_EVENT
public static final java.lang.String TYPE_EVENT
TYPE_TASK
public static final java.lang.String TYPE_TASK
TYPE_JOURNAL
public static final java.lang.String TYPE_JOURNAL
TENTATIVE
public static final java.lang.String TENTATIVE
CONFIRMED
public static final java.lang.String CONFIRMED
CANCELLED
public static final java.lang.String CANCELLED
NEEDS_ACTION
public static final java.lang.String NEEDS_ACTION
COMPLETED
public static final java.lang.String COMPLETED
IN_PROCESS
public static final java.lang.String IN_PROCESS
PRIORITY_NONE
public static final java.lang.String PRIORITY_NONE
PRIORITY_LOW
public static final java.lang.String PRIORITY_LOW
PRIORITY_NORMAL
public static final java.lang.String PRIORITY_NORMAL
PRIORITY_HIGH
public static final java.lang.String PRIORITY_HIGH
PRIORITY
public static final java.lang.String[] PRIORITY
DRAFT
public static final java.lang.String DRAFT
FINAL
public static final java.lang.String FINAL
EVENT_STATUS
public static final java.lang.String[] EVENT_STATUS
TASK_STATUS
public static final java.lang.String[] TASK_STATUS
JOURNAL_STATUS
public static final java.lang.String[] JOURNAL_STATUS
IS_PUBLIC
public static final java.lang.String IS_PUBLIC
IS_PRIVATE
public static final java.lang.String IS_PRIVATE
ST_AVAILABLE
public static final java.lang.String ST_AVAILABLE
ST_BUSY
public static final java.lang.String ST_BUSY
ST_OUTSIDE
public static final java.lang.String ST_OUTSIDE
RP_NOREPEAT
public static final java.lang.String RP_NOREPEAT
RP_DAILY
public static final java.lang.String RP_DAILY
RP_WEEKLY
public static final java.lang.String RP_WEEKLY
RP_MONTHLY
public static final java.lang.String RP_MONTHLY
RP_YEARLY
public static final java.lang.String RP_YEARLY
RP_WEEKEND
public static final java.lang.String RP_WEEKEND
RP_WORKINGDAYS
public static final java.lang.String RP_WORKINGDAYS
REPEATTYPES
public static final java.lang.String[] REPEATTYPES
CalendarEvent
public CalendarEvent()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getSummary
public java.lang.String getSummary()
setSummary
public void setSummary(java.lang.String sum)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
isPrivate
public boolean isPrivate()
setPrivate
public void setPrivate(boolean isPrivate)
getEventCategoryId
public java.lang.String getEventCategoryId()
setEventCategoryId
public void setEventCategoryId(java.lang.String eventCategoryId)
getCalendarId
public java.lang.String getCalendarId()
setCalendarId
public void setCalendarId(java.lang.String calendarId)
getFromDateTime
public java.util.Date getFromDateTime()
setFromDateTime
public void setFromDateTime(java.util.Date fromDateTime)
getToDateTime
public java.util.Date getToDateTime()
setToDateTime
public void setToDateTime(java.util.Date toDateTime)
getCompletedDateTime
public java.util.Date getCompletedDateTime()
setCompletedDateTime
public void setCompletedDateTime(java.util.Date completedDateTime)
getLocation
public java.lang.String getLocation()
setLocation
public void setLocation(java.lang.String location)
getEventState
public java.lang.String getEventState()
setEventState
public void setEventState(java.lang.String eventState)
getStatus
public java.lang.String getStatus()
setStatus
public void setStatus(java.lang.String status)
getEventType
public java.lang.String getEventType()
setEventType
public void setEventType(java.lang.String eventType)
getPriority
public java.lang.String getPriority()
setPriority
public void setPriority(java.lang.String priority)
getInvitation
public java.lang.String[] getInvitation()
setInvitation
public void setInvitation(java.lang.String[] invitation)
getReminders
public java.util.List<Reminder> getReminders()
setReminders
public void setReminders(java.util.List<Reminder> rm)
setRepeatType
public void setRepeatType(java.lang.String repeatType)
getRepeatType
public java.lang.String getRepeatType()
getAttachment
public java.util.List<Attachment> getAttachment()
setAttachment
public void setAttachment(java.util.List<Attachment> list)
setParticipant
public void setParticipant(java.lang.String[] participant)
getParticipant
public java.lang.String[] getParticipant()
getParticipantStatus
public java.lang.String[] getParticipantStatus()
setParticipantStatus
public void setParticipantStatus(java.lang.String[] participantStatus)
setTaskDelegator
public void setTaskDelegator(java.lang.String taskDelegator)
getTaskDelegator
public java.lang.String getTaskDelegator()
setCalType
public void setCalType(java.lang.String calType)
getCalType
public java.lang.String getCalType()
setEventCategoryName
public void setEventCategoryName(java.lang.String eventCategoryName)
getEventCategoryName
public java.lang.String getEventCategoryName()
setSendOption
public void setSendOption(java.lang.String sendOption)
getSendOption
public java.lang.String getSendOption()
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
getLastUpdatedTime
public java.util.Date getLastUpdatedTime()
setLastUpdatedTime
public void setLastUpdatedTime(java.util.Date lastUpdatedTime)
Copyright © 2011 eXo Platform SAS. All Rights Reserved.