|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.common.pim.model.calendar.CalendarContent
com.funambol.common.pim.model.calendar.Event
public class Event
An object representing an event contained in a calendar item, with all the information supported by Funambol it contains. This is the "foundational model" of an event, used to exchange information about such items between server and connectors. It can also be used by clients.
Field Summary | |
---|---|
protected PropertyWithTimeZone |
replyTime
|
protected Property |
transp
|
Fields inherited from class com.funambol.common.pim.model.calendar.CalendarContent |
---|
accessClass, allDay, attendees, busyStatus, categories, contact, created, dalarm, description, dtEnd, dtStamp, dtStart, duration, folder, lastModified, latitude, location, longitude, meetingStatus, mileage, organizer, palarm, priority, recurrencePattern, reminder, sequence, status, summary, uid, url, xTags |
Constructor Summary | |
---|---|
Event()
Creates an empty event. |
Method Summary | |
---|---|
PropertyWithTimeZone |
getReplyTime()
Returns the reply time. |
Property |
getTransp()
Returns the transparence. |
void |
setReplyTime(Property replyTime)
Setter for property replyTime on the basis of a Property (without time zone). |
void |
setReplyTime(PropertyWithTimeZone replyTime)
Setter for property replyTime. |
void |
setTransp(Property transp)
Setter for property transp. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected PropertyWithTimeZone replyTime
protected Property transp
Constructor Detail |
---|
public Event()
Method Detail |
---|
public PropertyWithTimeZone getReplyTime()
public void setReplyTime(PropertyWithTimeZone replyTime)
replyTime
- new value of property replyTimepublic void setReplyTime(Property replyTime)
replyTime
- new value of property replyTime as a Property (the time
zone is set to null)public Property getTransp()
public void setTransp(Property transp)
transp
- new value of property transppublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |