public class Journal extends Item
| Constructor and Description |
|---|
Journal()
Instantiates a new journal.
|
Journal(MimeContent mimeContent)
Instantiates a new journal.
|
Journal(java.lang.String subject)
Instantiates a new journal.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCommonEndTime()
Gets the common end time.
|
java.util.Date |
getCommonStartTime()
Gets the common start time.
|
java.util.List<java.lang.String> |
getCompanies()
Gets the companies.
|
java.util.List<java.lang.String> |
getContacts()
Gets the contacts.
|
int |
getDuration()
Gets the duration.
|
java.util.Date |
getEndTime()
Gets the end time.
|
java.util.Date |
getStartTime()
Gets the start time.
|
java.lang.String |
getType()
Gets the type.
|
java.lang.String |
getTypeDescription()
Gets the type description.
|
boolean |
isPrivate()
Checks if is private.
|
void |
setCommonEndTime(java.util.Date commonEndTime)
Sets the common end time.
|
void |
setCommonStartTime(java.util.Date commonStartTime)
Sets the common start time.
|
void |
setDuration(int duration)
Sets the duration.
|
void |
setEndTime(java.util.Date endTime)
Sets the end time.
|
void |
setPrivate(boolean isPrivate)
Sets the private.
|
void |
setStartTime(java.util.Date startTime)
Sets the start time.
|
void |
setType(java.lang.String type)
Sets the type.
|
void |
setTypeDescription(java.lang.String typeDescription)
Sets the type description.
|
java.lang.String |
toString()
Converts the value of the current Item object to its equivalent string representation.
|
getArchiveTag, getAttachments, getBody, getBodyHtmlText, getBodyPlainText, getBodyRtf, getCategories, getComment, getConversationId, getCreatedTime, getCulture, getDisplayName, getEffectiveRights, getEntityExtractionResult, getEntryId, getExtendedProperties, getExtendedProperty, getFlag, getGroupingAction, getIconIndex, getImportance, getInstanceKey, getItemClass, getItemId, getLastModifiedTime, getLastModifierName, getMimeContent, getNextPredictedAction, getParentId, getPreview, getReminderDueBy, getReminderIsSet, getReminderMinutesBeforeStart, getRetentionDate, getRetentionTag, getRtfCompressed, getSearchKey, getSensitivity, getSize, getStoreEntryId, getSubject, getTextBody, getUniqueBody, getWebClientEditFormQueryString, getWebClientReadFormQueryString, hasAttachments, hasBlockedImages, isAssociated, isBlockStatus, isHidden, setArchiveTag, setBody, setBodyRtf, setCategories, setComment, setDisplayName, setEffectiveRights, setFlag, setHidden, setImportance, setItemClass, setMimeContent, setReminderDueBy, setReminderIsSet, setReminderMinutesBeforeStart, setRetentionDate, setRetentionTag, setRtfCompressed, setSensitivity, setSubjectpublic Journal()
public Journal(java.lang.String subject)
subject - the subjectpublic Journal(MimeContent mimeContent)
mimeContent - the mime contentpublic java.lang.String toString()
Itempublic java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime - the new start timepublic java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
endTime - the new end timepublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic java.lang.String getTypeDescription()
public void setTypeDescription(java.lang.String typeDescription)
typeDescription - the new type descriptionpublic int getDuration()
public void setDuration(int duration)
duration - the new durationpublic java.util.List<java.lang.String> getCompanies()
public java.util.List<java.lang.String> getContacts()
public boolean isPrivate()
public void setPrivate(boolean isPrivate)
isPrivate - the new privatepublic java.util.Date getCommonStartTime()
public void setCommonStartTime(java.util.Date commonStartTime)
commonStartTime - the new common start timepublic java.util.Date getCommonEndTime()
public void setCommonEndTime(java.util.Date commonEndTime)
commonEndTime - the new common end time