org.broadleafcommerce.admin.client.presenter.promotion.translation.grouping
Class Group

java.lang.Object
  extended by org.broadleafcommerce.admin.client.presenter.promotion.translation.grouping.Group

public class Group
extends java.lang.Object

Author:
jfischer

Constructor Summary
Group()
           
 
Method Summary
 java.lang.Boolean getIsTopGroup()
           
 com.smartgwt.client.types.OperatorId getOperatorType()
           
 java.util.List<java.lang.String> getPhrases()
           
 java.util.List<Group> getSubGroups()
           
 void setIsTopGroup(java.lang.Boolean isTopGroup)
           
 void setOperatorType(com.smartgwt.client.types.OperatorId 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 java.util.List<java.lang.String> getPhrases()

getOperatorType

public com.smartgwt.client.types.OperatorId getOperatorType()

setOperatorType

public void setOperatorType(com.smartgwt.client.types.OperatorId operatorType)

getSubGroups

public java.util.List<Group> getSubGroups()

getIsTopGroup

public java.lang.Boolean getIsTopGroup()

setIsTopGroup

public void setIsTopGroup(java.lang.Boolean isTopGroup)


Copyright © 2011. All Rights Reserved.