Class Join
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Join()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Join
copy()
Get a copy of this elementFilterGroup
getFilterGroup()
Returns the filter groupJoinType
getJoinType()
Retrieve join type as TYPEString
toString()
-
-
-
Method Detail
-
getJoinType
public JoinType getJoinType()
Retrieve join type as TYPE- Returns:
- Join type
-
getFilterGroup
public FilterGroup getFilterGroup()
Returns the filter group- Returns:
- Filter group
-
-