atg.search.routing.command.search
Class RankingExpressionGroupFileType

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

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

Ranking expression for file types, using the extension.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
RankingExpressionGroupFileType(java.lang.String fileType)
          Constructs a new expression for the given file type extension
 
Method Summary
protected  java.lang.String getAttributesXML()
           
protected  java.lang.String getExpressionName()
           
 java.lang.String getFileType()
          Returns the file extension
protected  java.lang.String getValue()
           
 void setFileType(java.lang.String fileType)
          Sets the file extension
 
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

RankingExpressionGroupFileType

public RankingExpressionGroupFileType(java.lang.String fileType)
Constructs a new expression for the given file type extension

Parameters:
fileType - a file extension
Method Detail

getFileType

public java.lang.String getFileType()
Returns the file extension

Returns:
the file extension

setFileType

public void setFileType(java.lang.String fileType)
Sets the file extension

Parameters:
fileType - a file extension

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