Class MerchandisingFilter

  • All Implemented Interfaces:
    Filter

    public class MerchandisingFilter
    extends EvarFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean filter​(JSONObject obj)
      Returns true if variable is of the correct type, false otherwise.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MerchandisingFilter

        public MerchandisingFilter()
    • Method Detail

      • filter

        public java.lang.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