Class MerchandisingFilter

  • All Implemented Interfaces:
    Filter

    public class MerchandisingFilter
    extends EvarFilter
    • Constructor Detail

      • MerchandisingFilter

        public MerchandisingFilter()
    • Method Detail

      • filter

        public Boolean filter​(JSONObject obj)
        Description copied from interface: Filter
        Returns true if variable is of the correct type, false otherwise.
        Specified by:
        filter in interface Filter
        Overrides:
        filter in class EvarFilter
        Parameters:
        obj - Variable object
        Returns:
        true if variable has needed properties, false otherwise