Class Join
java.lang.Object
com.almis.awe.model.entities.queries.Join
- All Implemented Interfaces:
Copyable
,Serializable
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
Retrieve join type as TYPE- Returns:
- Join type
-
getFilterGroup
Returns the filter group- Returns:
- Filter group
-
toString
-
copy
Description copied from interface:Copyable
Get a copy of this element
-