Class Email

java.lang.Object
com.almis.awe.model.entities.email.Email
All Implemented Interfaces:
Copyable, XMLNode, Serializable

public class Email extends Object implements XMLNode, Copyable
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

  • Constructor Details

    • Email

      public Email()
  • Method Details

    • getWildcard

      public static Pattern getWildcard()
      Get email wildcard to replace
      Returns:
      wildcard pattern
    • getElementKey

      public String getElementKey()
      Specified by:
      getElementKey in interface XMLNode
      Returns:
      the elementKey
    • copy

      public Email copy()
      Description copied from interface: Copyable
      Get a copy of this element
      Specified by:
      copy in interface Copyable
      Returns:
      element copy