Class DependencyElement

java.lang.Object
com.almis.awe.model.entities.Element
com.almis.awe.model.entities.screen.component.action.DependencyElement
All Implemented Interfaces:
Copyable, XMLNode, Serializable

public class DependencyElement extends Element
DependencyElement Class Used to parse a criteria dependency element with XStream
Author:
Pablo GARCIA - 05/AGO/2010
See Also:
  • Constructor Details

    • DependencyElement

      public DependencyElement()
  • Method Details

    • copy

      public DependencyElement copy()
      Description copied from interface: Copyable
      Get a copy of this element
      Returns:
      element copy
    • getId2Converter

      public String getId2Converter()
      Retrieve element to compare for JSON serialization
      Returns:
      the id2
    • isOptional

      public boolean isOptional()
      Returns if is optional
      Returns:
      Is optional
    • isCancel

      public boolean isCancel()
      Returns if is cancel
      Returns:
      Is cancel
    • isCheckChanges

      public boolean isCheckChanges()
      Returns if check changes
      Returns:
      Is check changes
    • getTemplate

      public String getTemplate()
      Description copied from class: Element
      Retrieve element template (To be overwritten)
      Overrides:
      getTemplate in class Element
      Returns:
      Element template
    • getElementKey

      public String getElementKey()
      Specified by:
      getElementKey in interface XMLNode
      Overrides:
      getElementKey in class Element
      Returns:
      the elementKey