Class Target
java.lang.Object
com.almis.awe.model.entities.maintain.Target
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
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
- Specified by:
getElementKey
in interfaceXMLNode
- Returns:
- the elementKey
-
copy
Description copied from interface:Copyable
Get a copy of this element
-