org.opencrx.application.airsync.datatypes
Class EventT
java.lang.Object
org.opencrx.application.airsync.datatypes.EventT
- All Implemented Interfaces:
- IData
public class EventT
- extends Object
- implements IData
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventT
public EventT()
getOrganizerName
public String getOrganizerName()
setOrganizerName
public void setOrganizerName(String organizerName)
getOrganizerEmail
public String getOrganizerEmail()
setOrganizerEmail
public void setOrganizerEmail(String organizerEmail)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getSubject
public String getSubject()
setSubject
public void setSubject(String subject)
getUID
public String getUID()
setUID
public void setUID(String uid)
getAllDayEvent
public Boolean getAllDayEvent()
setAllDayEvent
public void setAllDayEvent(Boolean allDayEvent)
getBusyStatus
public BusyStatus getBusyStatus()
setBusyStatus
public void setBusyStatus(BusyStatus busyStatus)
getSensitivity
public Sensitivity getSensitivity()
setSensitivity
public void setSensitivity(Sensitivity sensitivity)
getMeetingStatus
public MeetingStatus getMeetingStatus()
setMeetingStatus
public void setMeetingStatus(MeetingStatus meetingStatus)
getReminder
public Integer getReminder()
setReminder
public void setReminder(Integer reminder)
getAttendees
public List<AttendeeT> getAttendees()
setAttendees
public void setAttendees(List<AttendeeT> attendees)
getCategories
public List<String> getCategories()
setCategories
public void setCategories(List<String> categories)
getRecurrence
public RecurrenceT getRecurrence()
setRecurrence
public void setRecurrence(RecurrenceT recurrence)
getExceptions
public List<EventT> getExceptions()
setExceptions
public void setExceptions(List<EventT> exceptions)
setDeleted
public void setDeleted(boolean deleted)
isDeletedException
public boolean isDeletedException()
getType
public DataType getType()
- Specified by:
getType in interface IData
isRead
public boolean isRead()
- Specified by:
isRead in interface IData
getDtStamp
public Date getDtStamp()
setDtStamp
public void setDtStamp(Date dtStamp)
getEndTime
public Date getEndTime()
setEndTime
public void setEndTime(Date endTime)
getStartTime
public Date getStartTime()
setStartTime
public void setStartTime(Date startTime)
getExceptionStartTime
public Date getExceptionStartTime()
setExceptionStartTime
public void setExceptionStartTime(Date exceptionStartTime)
getBody
public String getBody()
setBody
public void setBody(String description)
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.