atg.search.routing.command.search
Class RankingExpressionGroupField

java.lang.Object
  extended by atg.search.routing.command.search.RankingExpressionGroupBasic
      extended by atg.search.routing.command.search.RankingExpressionGroupField
All Implemented Interfaces:
RankingExpressionGroup, java.io.Serializable

public class RankingExpressionGroupField
extends atg.search.routing.command.search.RankingExpressionGroupBasic

Ranking expression group for fields

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
RankingExpressionGroupField(java.lang.String field)
          Constructs a new expression with the provided field
 
Method Summary
protected  java.lang.String getAttributesXML()
           
protected  java.lang.String getExpressionName()
           
 java.lang.String getField()
          Returns the field name
protected  java.lang.String getValue()
           
 void setField(java.lang.String field)
          Sets the field 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

RankingExpressionGroupField

public RankingExpressionGroupField(java.lang.String field)
Constructs a new expression with the provided field

Parameters:
field - field name
Method Detail

getField

public java.lang.String getField()
Returns the field name

Returns:
the field name

setField

public void setField(java.lang.String field)
Sets the field name

Parameters:
field - the field name

getExpressionName

protected java.lang.String getExpressionName()
Specified by:
getExpressionName in class atg.search.routing.command.search.RankingExpressionGroupBasic

getAttributesXML

protected java.lang.String getAttributesXML()
Specified by:
getAttributesXML in class atg.search.routing.command.search.RankingExpressionGroupBasic

getValue

protected java.lang.String getValue()
Specified by:
getValue in class atg.search.routing.command.search.RankingExpressionGroupBasic