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

public class Target extends Object implements XMLNode, Copyable
Target Class Used to parse the file Maintain.xml with XStream Contains a list of maintain queries and allows to launch them all
Author:
Ismael SERRANO - 28/JUN/2010
See Also:
  • Constructor Details

    • Target

      public Target()
  • Method Details

    • isPublic

      public boolean isPublic()
      Returns if is list
      Returns:
      Is list
    • getElementKey

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

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