public abstract class BaseJoin extends BaseNode implements QueryClause
| Constructor and Description |
|---|
BaseJoin(QueryClause leftQueryClause,
QueryClause rightQueryClause) |
| Modifier and Type | Method and Description |
|---|---|
QueryClause |
getLeftQueryClause() |
QueryClause |
getRightQueryClause() |
protected void |
populate(com.liferay.portal.kernel.xml.simple.Element element) |
attach, getNodeName, getNodeText, toString, toXmlStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattach, toXmlStringpublic BaseJoin(QueryClause leftQueryClause, QueryClause rightQueryClause)
public QueryClause getLeftQueryClause()
public QueryClause getRightQueryClause()