public class RankingExpressionGroupStrProp
extends atg.search.routing.command.search.RankingExpressionGroupBasic
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RankingExpressionGroupStrProp(java.lang.String propertyName,
java.lang.String stringValue)
Constructs a new string property expression group
|
RankingExpressionGroupStrProp(java.lang.String propertyName,
java.lang.String stringValue,
StringOp op,
java.lang.Boolean caseSensitive)
Constructs a new string property expression group
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAttributesXML() |
protected java.lang.String |
getExpressionName() |
StringOp |
getOp()
Returns the operation
|
java.lang.String |
getPropertyName()
Returns the property name
|
java.lang.String |
getStringValue()
Returns the string value
|
protected java.lang.String |
getValue() |
java.lang.Boolean |
isCaseSensitive()
Returns whether it is case sensitive
|
void |
setCaseSensitive(java.lang.Boolean caseSensitive)
Sets whether it is case sensitive
|
void |
setOp(StringOp op)
Sets the operation
|
void |
setPropertyName(java.lang.String propertyName)
Sets the property name
|
void |
setStringValue(java.lang.String stringValue)
Sets the string value
|
public RankingExpressionGroupStrProp(java.lang.String propertyName,
java.lang.String stringValue)
propertyName - name of the propertystringValue - valuepublic RankingExpressionGroupStrProp(java.lang.String propertyName,
java.lang.String stringValue,
StringOp op,
java.lang.Boolean caseSensitive)
propertyName - name of the propertystringValue - valueop - operation, or null for defaultcaseSensitive - case sensitivity, or null for defaultpublic java.lang.String getStringValue()
public void setStringValue(java.lang.String stringValue)
stringValue - the string valuepublic java.lang.Boolean isCaseSensitive()
public void setCaseSensitive(java.lang.Boolean caseSensitive)
caseSensitive - whether it is case sensitivepublic StringOp getOp()
public void setOp(StringOp op)
op - the operationpublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName - the property nameprotected java.lang.String getExpressionName()
getExpressionName in class atg.search.routing.command.search.RankingExpressionGroupBasicprotected java.lang.String getAttributesXML()
getAttributesXML in class atg.search.routing.command.search.RankingExpressionGroupBasicprotected java.lang.String getValue()
getValue in class atg.search.routing.command.search.RankingExpressionGroupBasic