public class MapBasedQueryWalker.QueryVariableHolder extends Object implements Serializable
Constructor and Description |
---|
QueryVariableHolder() |
QueryVariableHolder(String propertyName,
int operator,
Object propertyValue,
String scope) |
Modifier and Type | Method and Description |
---|---|
int |
getOperator() |
String |
getPropertyName() |
Object |
getPropertyValue() |
String |
getScope() |
boolean |
isGlobalScope() |
void |
setOperator(int operator) |
void |
setPropertyName(String propertyName) |
void |
setPropertyValue(Object propertyValue) |
void |
setScope(String scope) |
public String getPropertyName()
public void setPropertyName(String propertyName)
public int getOperator()
public void setOperator(int operator)
public Object getPropertyValue()
public void setPropertyValue(Object propertyValue)
public String getScope()
public void setScope(String scope)
public boolean isGlobalScope()
Copyright © 2005–2017 Alfresco Software. All rights reserved.