public class DBQueryBuilderPredicatePartCommand extends Object
| Constructor and Description |
|---|
DBQueryBuilderPredicatePartCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getFieldAndFunction() |
String |
getFieldName() |
org.alfresco.repo.search.adaptor.lucene.LuceneFunction |
getFunction() |
String |
getJoinCommandType() |
Long |
getQnameId() |
String |
getType() |
Object |
getValue() |
Object[] |
getValues() |
void |
setAlias(String alias) |
void |
setFieldName(String fieldName) |
void |
setFunction(org.alfresco.repo.search.adaptor.lucene.LuceneFunction function) |
void |
setJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType) |
void |
setQnameId(Long qnameId) |
void |
setType(DBQueryBuilderPredicatePartCommandType type) |
void |
setValue(Object value) |
void |
setValues(Object[] values) |
public Long getQnameId()
public void setQnameId(Long qnameId)
qnameId - the qnameId to setpublic String getJoinCommandType()
public void setJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType)
joinCommandType - the joinCommandType to setpublic String getType()
public void setType(DBQueryBuilderPredicatePartCommandType type)
type - the type to setpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName - the fieldName to setpublic Object getValue()
public void setValue(Object value)
value - the value to setpublic Object[] getValues()
public void setValues(Object[] values)
values - the values to setpublic String getAlias()
public void setAlias(String alias)
alias - the joinAlias to setpublic org.alfresco.repo.search.adaptor.lucene.LuceneFunction getFunction()
public void setFunction(org.alfresco.repo.search.adaptor.lucene.LuceneFunction function)
function - the function to setpublic String getFieldAndFunction()
Copyright © 2005–2018 Alfresco Software. All rights reserved.