Class Global

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

@XStreamConverter(value=com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter.class, strings="markdown") public class Global extends Object implements XMLNode, Copyable
Global Class Used to parse an element with name, value and label inside an XML with XStream
Author:
Pablo GARCIA - 24/JUN/2010
See Also:
  • Constructor Details

    • Global

      public Global()
  • Method Details

    • getElementKey

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

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