Class DBQueryBuilderJoinCommand
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.db.DBQueryBuilderJoinCommand
- Author:
- Andy
-
Constructor Details
-
DBQueryBuilderJoinCommand
public DBQueryBuilderJoinCommand()
-
-
Method Details
-
getAlias
- Returns:
- the alias
-
setAlias
- Parameters:
alias- the alias to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getQnameId
- Returns:
- the qnameId
-
setQnameId
- Parameters:
qnameId- the qnameId to set
-
isOuter
public boolean isOuter()- Returns:
- the outer
-
setOuter
public void setOuter(boolean outer) - Parameters:
outer- the outer to set
-