atg.commerce.search.refinement.admin
Class RefinementConfigurationCollector.CollectorHelperBean

java.lang.Object
  extended by atg.commerce.search.refinement.admin.RefinementConfigurationCollector.CollectorHelperBean
Enclosing class:
RefinementConfigurationCollector

public class RefinementConfigurationCollector.CollectorHelperBean
extends java.lang.Object


Constructor Summary
RefinementConfigurationCollector.CollectorHelperBean()
           
RefinementConfigurationCollector.CollectorHelperBean(java.lang.Boolean pEnabled, java.lang.String pRefinementConfigurationContainerPrefix)
           
RefinementConfigurationCollector.CollectorHelperBean(RefinementConfigurationCollector.CollectorHelperBean pColHelper)
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.util.Set<java.lang.String>> getAdditionalReMap()
           
 java.lang.String getRefinementConfigurationContainerPrefix()
           
 java.lang.Boolean isEnabled()
           
 void setAdditionalReMap(java.util.HashMap<java.lang.String,java.util.Set<java.lang.String>> pAdditionalReMap)
           
 void setEnabled(java.lang.Boolean pEnabled)
           
 void setRefinementConfigurationContainerPrefix(java.lang.String pRefinementConfigurationContainerPrefix)
           
 java.lang.String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefinementConfigurationCollector.CollectorHelperBean

public RefinementConfigurationCollector.CollectorHelperBean(java.lang.Boolean pEnabled,
                                                            java.lang.String pRefinementConfigurationContainerPrefix)

RefinementConfigurationCollector.CollectorHelperBean

public RefinementConfigurationCollector.CollectorHelperBean(RefinementConfigurationCollector.CollectorHelperBean pColHelper)

RefinementConfigurationCollector.CollectorHelperBean

public RefinementConfigurationCollector.CollectorHelperBean()
Method Detail

getRefinementConfigurationContainerPrefix

public java.lang.String getRefinementConfigurationContainerPrefix()

setRefinementConfigurationContainerPrefix

public void setRefinementConfigurationContainerPrefix(java.lang.String pRefinementConfigurationContainerPrefix)

isEnabled

public java.lang.Boolean isEnabled()

setEnabled

public void setEnabled(java.lang.Boolean pEnabled)

getAdditionalReMap

public java.util.HashMap<java.lang.String,java.util.Set<java.lang.String>> getAdditionalReMap()

setAdditionalReMap

public void setAdditionalReMap(java.util.HashMap<java.lang.String,java.util.Set<java.lang.String>> pAdditionalReMap)

toString

public java.lang.String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.