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 |
getType() |
Object |
getValue() |
Object[] |
getValues() |
void |
setAlias(String alias) |
void |
setFieldName(String fieldName) |
void |
setFunction(org.alfresco.repo.search.adaptor.lucene.LuceneFunction function) |
void |
setType(DBQueryBuilderPredicatePartCommandType type) |
void |
setValue(Object value) |
void |
setValues(Object[] values) |
public 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)
joinAlias - 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–2014 Alfresco Software. All rights reserved.