org.broadleafcommerce.openadmin.web.rulebuilder.grouping
Class Group

java.lang.Object
  extended by org.broadleafcommerce.openadmin.web.rulebuilder.grouping.Group

public class Group
extends Object

Author:
jfischer, Elbert Bautista (elbertbautista)

Constructor Summary
Group()
           
 
Method Summary
 Boolean getIsTopGroup()
           
 BLCOperator getOperatorType()
           
 List<String> getPhrases()
           
 List<Group> getSubGroups()
           
 void setIsTopGroup(Boolean isTopGroup)
           
 void setOperatorType(BLCOperator operatorType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getPhrases

public List<String> getPhrases()

getOperatorType

public BLCOperator getOperatorType()

setOperatorType

public void setOperatorType(BLCOperator operatorType)

getSubGroups

public List<Group> getSubGroups()

getIsTopGroup

public Boolean getIsTopGroup()

setIsTopGroup

public void setIsTopGroup(Boolean isTopGroup)


Copyright © 2013. All Rights Reserved.