java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.basic.MailMessage
- All Implemented Interfaces:
- Serializable,- IDataProviderEntity
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionMailMessage(String recipients, String replyTo, String subject, String body) MailMessage(String recipients, String replyTo, String subject, String body, IcalHandler ical) 
- 
Method SummaryModifier and TypeMethodDescriptiongetBody()intbyte[]getIcs()getId()voidvoidsetErrorCount(int errorCount) voidsetIcs(byte[] ics) voidvoidsetLastError(String lastError) voidsetRecipients(String recipients) voidsetReplyTo(String replyTo) voidsetStatus(MailMessage.Status status) voidsetSubject(String subject) Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntitygetInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
- 
Constructor Details- 
MailMessagepublic MailMessage()
- 
MailMessage
- 
MailMessagepublic MailMessage(String recipients, String replyTo, String subject, String body, IcalHandler ical) 
 
- 
- 
Method Details- 
getId
- 
setId
- 
getRecipients
- 
setRecipients
- 
getReplyTo
- 
setReplyTo
- 
getSubject
- 
setSubject
- 
getBody
- 
setBody
- 
getStatus
- 
setStatus
- 
getIcspublic byte[] getIcs()
- 
setIcspublic void setIcs(byte[] ics) 
- 
getErrorCountpublic int getErrorCount()
- 
setErrorCountpublic void setErrorCount(int errorCount) 
- 
getLastError
- 
setLastError
- 
getIcsMethod
 
-