public class CalendarEntry extends BaseInstance
| Modifier and Type | Class and Description |
|---|---|
static class |
CalendarEntry.Type
Represents all possible values for the importance.
|
| Constructor and Description |
|---|
CalendarEntry()
Default Constructor.
|
CalendarEntry(CalendarEntry copyFrom)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCategories(Collection categories)
Adds categories to a calendar entry.
|
void |
addCategory(String category)
Adds a category to a calendar entry.
|
String |
getAppointmentUnid()
Returns the Appointment UNID of the calendar document.
|
List |
getCategories()
Returns the categories of a calendar entry.
|
String |
getChair()
Returns the chair of a calendar entry.
|
Calendar |
getEndDate()
Returns the end date of a calendar entry.
|
Calendar |
getEndTime()
Returns the end time of a calendar entry.
|
List |
getInformedInvitees()
Returns the informed invitees of a calendar entry.
|
String |
getLocation()
Returns the location of a calendar entry.
|
List |
getOptionalInvitees()
Returns the optional invitees of a calendar entry.
|
List |
getRequiredInvitees()
Returns the required invitees of a calendar entry.
|
List |
getResources()
Returns the resources of a calendar entry.
|
String |
getRoom() |
List |
getRooms()
Returns the rooms of a calendar entry.
|
Calendar |
getStartDate()
Returns the start date of a calendar entry.
|
List |
getStartDateTime()
Returns the list of occurences for a repeating event.
|
Calendar |
getStartTime()
Returns the start time.
|
String |
getTitle()
Returns the title of a calendar entry.
|
CalendarEntry.Type |
getType()
Returns the type of a calendar entry.
|
boolean |
isSendAttachments()
Checks if attachments should be sent.
|
void |
setAppointmentUnid(String appointmentUnid) |
void |
setCategories(List categories)
Sets the categories of a calendar entry.
|
void |
setChair(String chair)
Sets the chair of a calendar entry.
|
void |
setEndDate(Calendar date) |
void |
setEndDate(int year,
int month,
int day)
Sets the start date of a calendar entry.
|
void |
setEndTime(Calendar time)
Sets the end time of a calendar entry.
|
void |
setEndTime(int hours,
int minutes,
int seconds)
Sets the end time of a calendar entry.
|
void |
setInformedInvitees(List informedInvitees)
Sets the informed invitees of a calendar entry.
|
void |
setLocation(String location)
Sets the location a calendar entry.
|
void |
setOptionalInvitees(List optionalInvitees)
Sets the optional invitees of a calendar entry.
|
void |
setRequiredInvitees(List requiredInvitees)
Sets the required invitees of a calendar entry.
|
void |
setResources(List resources)
Sets the resources of a calendar entry.
|
void |
setRoom(String room) |
void |
setRooms(List rooms)
Sets the rooms of a calendar entry.
|
void |
setSendAttachments(boolean sendAttachments)
Sets if attachments should be sent.
|
void |
setStartDate(Calendar date)
Sets the start date of a calendar entry.
|
void |
setStartDate(int year,
int month,
int day)
Sets the start date of a calendar entry.
|
void |
setStartDateTime(List startDateTime)
Set list of occurences for repeating event.
|
void |
setStartTime(Calendar time)
Sets the start time.
|
void |
setStartTime(int hours,
int minutes,
int seconds)
Sets the start time.
|
void |
setTitle(String title)
Sets the title.
|
void |
setType(CalendarEntry.Type type)
Sets the type of a calendar entry.
|
String |
toString() |
getUnid, setUnidpublic CalendarEntry()
public CalendarEntry(CalendarEntry copyFrom)
copyFrom - CalendarEntry to copy from.public final Calendar getEndDate()
public final void setEndDate(Calendar date)
date - The endDate to set.public final void setEndDate(int year,
int month,
int day)
The first month of the year is JANUARY which is 0; the
last month is DEDCEMBER which is 11.
year - the year of the endDate to set.month - the month of the endDate to set.day - the day of the endDate to set.public final Calendar getEndTime()
public final void setEndTime(Calendar time)
time - The endTime to set.public final void setEndTime(int hours,
int minutes,
int seconds)
hours - the hours of the endDate to set.minutes - the minutes of the endDate to set.seconds - the seconds of the endDate to set.public final Calendar getStartDate()
public final void setStartDate(Calendar date)
date - The startDate to set.public final void setStartDate(int year,
int month,
int day)
The first month of the year is JANUARY which is 0; the
last month is DEDCEMBER which is 11.
year - the year of the endDate to set.month - the month of the endDate to set.day - the day of the endDate to set.public final Calendar getStartTime()
public final void setStartTime(Calendar time)
time - The startTime to set.public final void setStartTime(int hours,
int minutes,
int seconds)
hours - the hours of the endDate to set.minutes - the minutes of the endDate to set.seconds - the seconds of the endDate to set.public final void setTitle(String title)
title - the titlepublic final String getChair()
public final void setChair(String chair)
chair - the chairpublic final List getInformedInvitees()
public final void setInformedInvitees(List informedInvitees)
informedInvitees - the informed inviteespublic final String getLocation()
public final void setLocation(String location)
location - the locationpublic final List getOptionalInvitees()
public final void setOptionalInvitees(List optionalInvitees)
optionalInvitees - the optional inviteespublic final List getRequiredInvitees()
public final void setRequiredInvitees(List requiredInvitees)
requiredInvitees - the required inviteespublic final List getResources()
public final void setResources(List resources)
resources - the resourcespublic final List getRooms()
public final void setRooms(List rooms)
rooms - the roomspublic final String getRoom()
public final void setRoom(String room)
room - room to set.public final boolean isSendAttachments()
true if attachments should be sent else falsepublic final void setSendAttachments(boolean sendAttachments)
sendAttachments - true if attachments should be sent else falsepublic final CalendarEntry.Type getType()
public final void setType(CalendarEntry.Type type)
type - of typepublic final String getTitle()
public final List getCategories()
public final void addCategory(String category)
category - the categorypublic final void addCategories(Collection categories)
categories - the categoriespublic final void setCategories(List categories)
categories - the categoriespublic final List getStartDateTime()
public final void setStartDateTime(List startDateTime)
startDateTime - list of occurences.public final String getAppointmentUnid()
public final void setAppointmentUnid(String appointmentUnid)
appointmentUnid - the appointmentUnid to setpublic final String toString()
toString in class ObjectObject.toString()Copyright © 2005–2020. All rights reserved.