Class Recipient
java.lang.Object
com.logicaldoc.core.communication.Recipient
- All Implemented Interfaces:
Serializable
- Author:
- Michael Scholz
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
TYPE_SYSTEM
public static final int TYPE_SYSTEM- See Also:
-
TYPE_EMAIL
public 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
-
Recipient
public Recipient() -
Recipient
-
-
Method Details
-
getName
-
getAddress
-
setName
-
setAddress
-
equals
-
hashCode
public int hashCode() -
getMode
-
setMode
-
getType
public int getType() -
setType
public void setType(int type) -
getRead
public int getRead() -
setRead
public void setRead(int read) -
toString
-