Class ProductSearch.FeatureGroupConstraint

    • Field Detail

      • productFeatureGroupId

        protected java.lang.String productFeatureGroupId
      • exclude

        protected java.lang.Boolean exclude
        This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude
    • Constructor Detail

      • FeatureGroupConstraint

        public FeatureGroupConstraint​(java.lang.String productFeatureGroupId,
                                      java.lang.Boolean exclude)
        Parameters:
        productFeatureGroupId -
        exclude - This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude