atg.search.routing.command.search
Class RankingExpressionGroupBoolean

java.lang.Object
  extended by atg.search.routing.command.search.RankingExpressionGroupBoolean
All Implemented Interfaces:
RankingExpressionGroup

public class RankingExpressionGroupBoolean
extends java.lang.Object
implements RankingExpressionGroup

Boolean ranking expression group


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
RankingExpressionGroupBoolean(BooleanExpressionType booleanExprType, java.util.List rankingExprGroups)
           
 
Method Summary
 void addRankingExprGroup(RankingExpressionGroup exprGroup)
           
 BooleanExpressionType getBooleanExprType()
          Returns the expression type
 java.util.List<RankingExpressionGroup> getRankingExprGroups()
          Returns the groups
 void setBooleanExprType(BooleanExpressionType booleanExprType)
          Sets the boolean expression type
 void setRankingExprGroups(java.util.List<RankingExpressionGroup> rankingExprGroups)
          Sets the ranking groups
 java.lang.String 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

RankingExpressionGroupBoolean

public RankingExpressionGroupBoolean(BooleanExpressionType booleanExprType,
                                     java.util.List rankingExprGroups)
Parameters:
booleanExprType - a boolean expression type
rankingExprGroups - a List of RankingExpressionGroups
Method Detail

getBooleanExprType

public BooleanExpressionType getBooleanExprType()
Returns the expression type

Returns:
the expression type

setBooleanExprType

public void setBooleanExprType(BooleanExpressionType booleanExprType)
Sets the boolean expression type

Parameters:
booleanExprType - the boolean expression type

getRankingExprGroups

public java.util.List<RankingExpressionGroup> getRankingExprGroups()
Returns the groups

Returns:
the groups

setRankingExprGroups

public void setRankingExprGroups(java.util.List<RankingExpressionGroup> rankingExprGroups)
Sets the ranking groups

Parameters:
rankingExprGroups - the groups

addRankingExprGroup

public void addRankingExprGroup(RankingExpressionGroup exprGroup)

toXML

public java.lang.String toXML()
Specified by:
toXML in interface RankingExpressionGroup