|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.map.BaseInstance
de.bea.domingo.groupware.CalendarEntry
public class CalendarEntry
Calendar entry, e.g. in Notes mail databases.
| Nested Class Summary | |
|---|---|
static class |
CalendarEntry.Type
Represents all possible values for the importance. |
| Constructor Summary | |
|---|---|
CalendarEntry()
Default Constructor. |
|
CalendarEntry(CalendarEntry copyFrom)
Copy constructor. |
|
| Method Summary | |
|---|---|
void |
addCategories(java.util.Collection categories)
Adds categories to a calendar entry. |
void |
addCategory(java.lang.String category)
Adds a category to a calendar entry. |
java.lang.String |
getAppointmentUnid()
Returns the Appointment UNID of the calendar document. |
java.util.List |
getCategories()
Returns the categories of a calendar entry. |
java.lang.String |
getChair()
Returns the chair of a calendar entry. |
java.util.Calendar |
getEndDate()
Returns the end date of a calendar entry. |
java.util.Calendar |
getEndTime()
Returns the end time of a calendar entry. |
java.util.List |
getInformedInvitees()
Returns the informed invitees of a calendar entry. |
java.lang.String |
getLocation()
Returns the location of a calendar entry. |
java.util.List |
getOptionalInvitees()
Returns the optional invitees of a calendar entry. |
java.util.List |
getRequiredInvitees()
Returns the required invitees of a calendar entry. |
java.util.List |
getResources()
Returns the resources of a calendar entry. |
java.lang.String |
getRoom()
|
java.util.List |
getRooms()
Returns the rooms of a calendar entry. |
java.util.Calendar |
getStartDate()
Returns the start date of a calendar entry. |
java.util.List |
getStartDateTime()
Returns the list of occurences for a repeating event. |
java.util.Calendar |
getStartTime()
Returns the start time. |
java.lang.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(java.lang.String appointmentUnid)
|
void |
setCategories(java.util.List categories)
Sets the categories of a calendar entry. |
void |
setChair(java.lang.String chair)
Sets the chair of a calendar entry. |
void |
setEndDate(java.util.Calendar date)
|
void |
setEndDate(int year,
int month,
int day)
Sets the start date of a calendar entry. |
void |
setEndTime(java.util.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(java.util.List informedInvitees)
Sets the informed invitees of a calendar entry. |
void |
setLocation(java.lang.String location)
Sets the location a calendar entry. |
void |
setOptionalInvitees(java.util.List optionalInvitees)
Sets the optional invitees of a calendar entry. |
void |
setRequiredInvitees(java.util.List requiredInvitees)
Sets the required invitees of a calendar entry. |
void |
setResources(java.util.List resources)
Sets the resources of a calendar entry. |
void |
setRoom(java.lang.String room)
|
void |
setRooms(java.util.List rooms)
Sets the rooms of a calendar entry. |
void |
setSendAttachments(boolean sendAttachments)
Sets if attachments should be sent. |
void |
setStartDate(java.util.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(java.util.List startDateTime)
Set list of occurences for repeating event. |
void |
setStartTime(java.util.Calendar time)
Sets the start time. |
void |
setStartTime(int hours,
int minutes,
int seconds)
Sets the start time. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setType(CalendarEntry.Type type)
Sets the type of a calendar entry. |
java.lang.String |
toString()
|
| Methods inherited from class de.bea.domingo.map.BaseInstance |
|---|
getUnid, setUnid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarEntry()
public CalendarEntry(CalendarEntry copyFrom)
copyFrom - CalendarEntry to copy from.| Method Detail |
|---|
public final java.util.Calendar getEndDate()
public final void setEndDate(java.util.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 java.util.Calendar getEndTime()
public final void setEndTime(java.util.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 java.util.Calendar getStartDate()
public final void setStartDate(java.util.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 java.util.Calendar getStartTime()
public final void setStartTime(java.util.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(java.lang.String title)
title - the titlepublic final java.lang.String getChair()
public final void setChair(java.lang.String chair)
chair - the chairpublic final java.util.List getInformedInvitees()
public final void setInformedInvitees(java.util.List informedInvitees)
informedInvitees - the informed inviteespublic final java.lang.String getLocation()
public final void setLocation(java.lang.String location)
location - the locationpublic final java.util.List getOptionalInvitees()
public final void setOptionalInvitees(java.util.List optionalInvitees)
optionalInvitees - the optional inviteespublic final java.util.List getRequiredInvitees()
public final void setRequiredInvitees(java.util.List requiredInvitees)
requiredInvitees - the required inviteespublic final java.util.List getResources()
public final void setResources(java.util.List resources)
resources - the resourcespublic final java.util.List getRooms()
public final void setRooms(java.util.List rooms)
rooms - the roomspublic final java.lang.String getRoom()
public final void setRoom(java.lang.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 java.lang.String getTitle()
public final java.util.List getCategories()
public final void addCategory(java.lang.String category)
category - the categorypublic final void addCategories(java.util.Collection categories)
categories - the categoriespublic final void setCategories(java.util.List categories)
categories - the categoriespublic final java.util.List getStartDateTime()
public final void setStartDateTime(java.util.List startDateTime)
startDateTime - list of occurences.public final java.lang.String getAppointmentUnid()
public final void setAppointmentUnid(java.lang.String appointmentUnid)
appointmentUnid - the appointmentUnid to setpublic final java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||