Class View
- java.lang.Object
-
- com.almis.awe.model.entities.Element
-
- com.almis.awe.model.entities.screen.View
-
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
public class View extends Element
Message Class Used to parse a message tag with XStream Generates a piece of code with literals that can be used to retrieve confirmation title and descriptions- Author:
- Pablo GARCIA - 28/JUN/2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description View()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description View
copy()
Get a copy of this elementString
getTemplate()
Retrieve element template-
Methods inherited from class com.almis.awe.model.entities.Element
addElement, generateHelpTemplate, generateHelpTemplate, generateTemplate, getChildrenByType, getElementKey, getElementList, getElementsById, getElementsByType, getElementsByType, getHelpTemplate, getReportStructure
-
-
-
-
Method Detail
-
copy
public View copy()
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
getTemplate
public String getTemplate()
Retrieve element template- Overrides:
getTemplate
in classElement
- Returns:
- Element template
-
-