Class ProductSearch.FeatureConstraint

    • Field Detail

      • productFeatureId

        protected java.lang.String productFeatureId
      • exclude

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

      • FeatureConstraint

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