Class Filter

    • Field Detail

      • parent

        protected Filter parent
        The parent Filter
    • Constructor Detail

      • Filter

        public Filter()
    • Method Detail

      • getParent

        public Filter getParent()
        Get the parent
        Returns:
        Returns the parent.
      • setParent

        public void setParent​(Filter parent)
        Set the parent
        Parameters:
        parent - The parent to set.