public interface NoteItem extends ICalendarItem
ICalendarItem to represent a Note item.
A note is the basis for a pim item.ContentItem.Action| Modifier and Type | Method and Description |
|---|---|
void |
addModification(NoteItem mod) |
String |
getBody() |
Set<NoteItem> |
getModifications() |
NoteItem |
getModifies() |
Date |
getReminderTime() |
net.fortuna.ical4j.model.Calendar |
getTaskCalendar()
Return the Calendar object containing a VTODO component.
|
void |
removeAllModifications() |
boolean |
removeModification(NoteItem mod) |
void |
setBody(Reader body) |
void |
setBody(String body) |
void |
setModifies(NoteItem modifies) |
void |
setReminderTime(Date reminderTime) |
void |
setTaskCalendar(net.fortuna.ical4j.model.Calendar calendar)
Set the Calendar object containing a VOTODO component.
|
getIcalUid, setIcalUidgetLastModification, getLastModifiedBy, getNeedsReply, getSent, getTriageStatus, setLastModification, setLastModifiedBy, setNeedsReply, setSent, setTriageStatusaddAttribute, addStamp, addTicket, copy, getAttribute, getAttribute, getAttributes, getAttributes, getAttributeValue, getAttributeValue, getClientCreationDate, getClientModifiedDate, getDisplayName, getIsActive, getName, getOwner, getParent, getParentDetails, getParents, getStamp, getStamp, getStampMap, getStamps, getTickets, getTombstones, getUid, removeAttribute, removeAttribute, removeAttributes, removeStamp, removeTicket, setAttribute, setAttribute, setClientCreationDate, setClientModifiedDate, setDisplayName, setIsActive, setName, setOwner, setUidgetCreationDate, getEntityTag, getFactory, getModifiedDate, updateTimestampString getBody()
void setBody(String body)
void setBody(Reader body)
Date getReminderTime()
void setReminderTime(Date reminderTime)
net.fortuna.ical4j.model.Calendar getTaskCalendar()
void setTaskCalendar(net.fortuna.ical4j.model.Calendar calendar)
calendar - void addModification(NoteItem mod)
boolean removeModification(NoteItem mod)
void removeAllModifications()
NoteItem getModifies()
void setModifies(NoteItem modifies)
Copyright © 2012–2018 1&1. All rights reserved.