|
|||||||||
| 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.RankingExpressionGroupNumProp
public class RankingExpressionGroupNumProp
Ranking expression group for a number property.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RankingExpressionGroupNumProp(java.lang.String propertyName,
java.lang.String numericValue)
Constructs a new group for the numeric value, the property name, and the default operation. |
|
RankingExpressionGroupNumProp(java.lang.String numericValue,
java.lang.String propertyName,
NumOp op)
Constructs a new group for the numeric value, the property name, and the operation. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getAttributesXML()
|
protected java.lang.String |
getExpressionName()
|
java.lang.String |
getNumericValue()
Returns the numeric value |
NumOp |
getOp()
Returns the operation |
java.lang.String |
getPropertyName()
Returns the property name |
protected java.lang.String |
getValue()
|
void |
setNumericValue(java.lang.String numericValue)
Sets the numeric value |
void |
setOp(NumOp op)
Sets the operation |
void |
setPropertyName(java.lang.String propertyName)
Sets the property name |
| 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 RankingExpressionGroupNumProp(java.lang.String numericValue,
java.lang.String propertyName,
NumOp op)
numericValue - a numberpropertyName - a property nameop - operation, or null for default
public RankingExpressionGroupNumProp(java.lang.String propertyName,
java.lang.String numericValue)
propertyName - numericValue - | Method Detail |
|---|
public java.lang.String getNumericValue()
public void setNumericValue(java.lang.String numericValue)
numericValue - the numeric valuepublic NumOp getOp()
public void setOp(NumOp 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||