Class EmailItem
java.lang.Object
com.almis.awe.model.entities.email.EmailMessage
com.almis.awe.model.entities.email.EmailItem
- All Implemented Interfaces:
Copyable
,Serializable
EmailItem Class
Used to parse the Email.xml file with XStream This class is used to parse an email item (from, to, cc, cco, attachment)
- Author:
- Pablo GARCIA - 28/JUN/2011
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmailItem
public EmailItem()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classEmailMessage
- Returns:
- element copy
-