Class SystemMessage
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.communication.Message
com.logicaldoc.core.communication.SystemMessage
- All Implemented Interfaces:
- Serializable
SystemMessages are messages which an user only can send to other system
 users.
- Since:
- 1.0
- Author:
- Michael Scholz, Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.logicaldoc.core.communication.MessageTYPE_NOTIFICATION, TYPE_SYSTEMFields inherited from class com.logicaldoc.core.PersistentObjectDELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintintintgetPrio()intintinthashCode()voidsetConfirmation(int conf) voidsetDateScope(int scope) voidsetLastNotified(Date lastNotified) voidsetPrio(int pri) voidsetStatus(int status) voidsetTrials(int trials) Methods inherited from class com.logicaldoc.core.communication.MessagegetAuthor, getHtml, getLocale, getMessageText, getReceivedDate, getRecipient, getRecipients, getSentDate, getSubject, getType, isNotify, setAuthor, setHtml, setLocale, setMessageText, setNotify, setReceivedDate, setRecipients, setSentDate, setSubject, setType, wasReadByMethods inherited from class com.logicaldoc.core.PersistentObjectgetCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
- 
Field Details- 
STATUS_NEWpublic static final int STATUS_NEW- See Also:
 
- 
STATUS_DELIVEREDpublic static final int STATUS_DELIVERED- See Also:
 
- 
STATUS_ERRORpublic static final int STATUS_ERROR- See Also:
 
 
- 
- 
Constructor Details- 
SystemMessagepublic SystemMessage()
- 
SystemMessage
 
- 
- 
Method Details- 
getDateScopepublic int getDateScope()
- 
getPriopublic int getPrio()
- 
getConfirmationpublic int getConfirmation()
- 
setDateScopepublic void setDateScope(int scope) 
- 
setPriopublic void setPrio(int pri) 
- 
setConfirmationpublic void setConfirmation(int conf) 
- 
getLastNotified
- 
setLastNotified
- 
getStatuspublic int getStatus()
- 
setStatuspublic void setStatus(int status) 
- 
getTrialspublic int getTrials()
- 
setTrialspublic void setTrials(int trials) 
- 
hashCodepublic int hashCode()
- 
equals
 
-