Class Email
java.lang.Object
com.almis.awe.model.entities.email.Email
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Email Class
Used to parse the Email.xml file with XStream This class is used to parse a single email inside the file
- Author:
- Pablo GARCIA - 28/JL/2011
- See Also:
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Email
public Email()
-
-
Method Details
-
getWildcard
Get email wildcard to replace- Returns:
- wildcard pattern
-
getElementKey
- Specified by:
getElementKey
in interfaceXMLNode
- Returns:
- the elementKey
-
copy
Description copied from interface:Copyable
Get a copy of this element
-