Class Recipient
java.lang.Object
com.logicaldoc.core.communication.Recipient
- All Implemented Interfaces:
- Serializable
A generic recipient of a message or email
- Author:
- Michael Scholz
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
TYPE_SYSTEMpublic static final int TYPE_SYSTEM- See Also:
 
- 
TYPE_EMAILpublic static final int TYPE_EMAIL- See Also:
 
- 
MODE_EMAIL_TO- See Also:
 
- 
MODE_EMAIL_CC- See Also:
 
- 
MODE_EMAIL_BCC- See Also:
 
- 
MODE_EMAIL_REPLYTO- See Also:
 
 
- 
- 
Constructor Details- 
Recipient
- 
Recipientpublic Recipient()
- 
Recipient
 
- 
- 
Method Details- 
getName
- 
getAddress
- 
setName
- 
setAddress
- 
equals
- 
hashCodepublic int hashCode()
- 
getMode
- 
setMode
- 
getTypepublic int getType()
- 
setTypepublic void setType(int type) 
- 
getReadpublic int getRead()
- 
setReadpublic void setRead(int read) 
- 
toString
 
-