Class DBQueryBuilderPredicatePartCommand
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.db.DBQueryBuilderPredicatePartCommand
-
public class DBQueryBuilderPredicatePartCommand extends Object
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description DBQueryBuilderPredicatePartCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()StringgetFieldAndFunction()StringgetFieldName()LuceneFunctiongetFunction()StringgetJoinCommandType()LonggetQnameId()StringgetType()ObjectgetValue()Object[]getValues()voidsetAlias(String alias)voidsetFieldName(String fieldName)voidsetFunction(LuceneFunction function)voidsetJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType)voidsetQnameId(Long qnameId)voidsetType(DBQueryBuilderPredicatePartCommandType type)voidsetValue(Object value)voidsetValues(Object[] values)
-
-
-
Method Detail
-
getQnameId
public Long getQnameId()
- Returns:
- the qnameId
-
setQnameId
public void setQnameId(Long qnameId)
- Parameters:
qnameId- the qnameId to set
-
getJoinCommandType
public String getJoinCommandType()
- Returns:
- the joinCommandType
-
setJoinCommandType
public void setJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType)
- Parameters:
joinCommandType- the joinCommandType to set
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(DBQueryBuilderPredicatePartCommandType type)
- Parameters:
type- the type to set
-
getFieldName
public String getFieldName()
- Returns:
- the fieldName
-
setFieldName
public void setFieldName(String fieldName)
- Parameters:
fieldName- the fieldName to set
-
getValue
public Object getValue()
- Returns:
- the value
-
setValue
public void setValue(Object value)
- Parameters:
value- the value to set
-
getValues
public Object[] getValues()
- Returns:
- the values
-
setValues
public void setValues(Object[] values)
- Parameters:
values- the values to set
-
getAlias
public String getAlias()
- Returns:
- the joinAlias
-
setAlias
public void setAlias(String alias)
- Parameters:
alias- the joinAlias to set
-
getFunction
public LuceneFunction getFunction()
- Returns:
- the function
-
setFunction
public void setFunction(LuceneFunction function)
- Parameters:
function- the function to set
-
getFieldAndFunction
public String getFieldAndFunction()
-
-