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

public class Union extends Object implements Copyable
Union Class Used to parse the files Queries.xml with XStream Generates an union statement
Author:
Pablo GARCIA - 28/JUN/2010
See Also:
  • Constructor Details

    • Union

      public Union()
  • Method Details

    • copy

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

      public String toString()
      Overrides:
      toString in class Object