Class ProductSearch.FeatureCategoryConstraint

    • Field Detail

      • productFeatureCategoryId

        protected java.lang.String productFeatureCategoryId
      • exclude

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

      • FeatureCategoryConstraint

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