|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Appointment Definition
Method Summary | |
java.util.Calendar |
getEndTime()
The EndTime property contains the time at which the appointment is to terminate every time it recurs. |
java.lang.String |
getImageRef()
This method returns the image reference that is assigned to this appointment. |
java.lang.String |
getLink()
Retrieves a optional Hyperlink that can be associated with this appointment. |
AppointmentPriority |
getPriority()
Returns the Priority of this appointment |
RecurrencePattern |
getRecurrencePattern()
Returns the Recurrence Pattern for recurring appointments |
java.util.Calendar |
getStartTime()
Returns the starting time of the appointment |
java.lang.String |
getSubject()
Retrieves a short description for this Appointment |
java.lang.String |
getText()
Retrieves a long description for this Appointment |
java.lang.String |
getUniqueId()
Returns the unique Id or this appointment. |
boolean |
isAllDayEvent()
Checks if this is an all Day Event |
boolean |
isMultiDayEvent()
Checks if the appointment spans multiple days |
boolean |
isRecurring()
The isRecurring property indicates whether this appointment is specified as recurring |
boolean |
match(java.util.Calendar date)
This method checks if the recurrence pattern matches the given date |
Method Detail |
public java.lang.String getUniqueId()
public java.util.Calendar getStartTime()
public boolean isAllDayEvent()
true
if this is an all day eventpublic boolean isMultiDayEvent()
true
if the appointment spans multiple dayspublic java.util.Calendar getEndTime()
public boolean isRecurring()
true
if the
appointment is recurring and false
if it is not.
isRecurring defaults to false
in a newly created
AppointmentItem objectpublic RecurrencePattern getRecurrencePattern()
public java.lang.String getSubject()
public java.lang.String getText()
public java.lang.String getLink()
null
public AppointmentPriority getPriority()
public java.lang.String getImageRef()
public boolean match(java.util.Calendar date)
date
- The date to check
true
if the pattern matches the Date
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |