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

public class Join extends Object implements Copyable
Join Class Used to parse the files Queries.xml with XStream Generates a join with another table
Author:
Pablo GARCIA - 28/JUN/2010
See Also:
  • Constructor Details

    • Join

      public Join()
  • Method Details

    • getJoinType

      public JoinType getJoinType()
      Retrieve join type as TYPE
      Returns:
      Join type
    • getFilterGroup

      public FilterGroup getFilterGroup()
      Returns the filter group
      Returns:
      Filter group
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

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