|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.search.RankingExpressionGroupBasic
atg.search.routing.command.search.RankingExpressionGroupProp
public class RankingExpressionGroupProp
Ranking expression group for properties, where the type is a string value from PropType.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RankingExpressionGroupProp(java.lang.String propertyName,
java.lang.String propType,
java.lang.String propValue)
uses defaults for op and case |
|
RankingExpressionGroupProp(java.lang.String propertyName,
java.lang.String propType,
java.lang.String propValue,
StringOp op,
java.lang.Boolean caseSensitive)
Constructs a new expression group |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getAttributesXML()
|
protected java.lang.String |
getExpressionName()
|
StringOp |
getOp()
Returns the operation |
java.lang.String |
getPropertyName()
Returns the prop name |
java.lang.String |
getPropType()
Returns the property type, a string value from PropType |
java.lang.String |
getPropValue()
Returns the property value |
protected java.lang.String |
getValue()
|
java.lang.Boolean |
isCaseSensitive()
Indicates whether the group is case sensitive, null means false |
void |
setCaseSensitive(java.lang.Boolean caseSensitive)
Sets whether the group is case sensitive, null means false |
void |
setOp(StringOp op)
Sets the operation |
void |
setPropertyName(java.lang.String propertyName)
Sets the prop name |
void |
setPropType(java.lang.String propType)
Sets the property type, a string value from PropType |
void |
setPropValue(java.lang.String propValue)
Sets the property value |
| Methods inherited from class atg.search.routing.command.search.RankingExpressionGroupBasic |
|---|
toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RankingExpressionGroupProp(java.lang.String propertyName,
java.lang.String propType,
java.lang.String propValue,
StringOp op,
java.lang.Boolean caseSensitive)
propertyName - name of propertypropType - property type from PropTypepropValue - property valueop - operation, or use null for defaultcaseSensitive - use null for default
public RankingExpressionGroupProp(java.lang.String propertyName,
java.lang.String propType,
java.lang.String propValue)
propertyName - propType - propValue - | Method Detail |
|---|
public java.lang.Boolean isCaseSensitive()
public void setCaseSensitive(java.lang.Boolean caseSensitive)
caseSensitive - whether the group is case sensitive, null means falsepublic StringOp getOp()
public void setOp(StringOp op)
op - the operationpublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName - the prop namepublic java.lang.String getPropType()
PropType
PropTypepublic void setPropType(java.lang.String propType)
PropType
propType - a string value from PropTypepublic java.lang.String getPropValue()
public void setPropValue(java.lang.String propValue)
propValue - prop valueprotected 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||