Class MatcherExportFilterMapping


  • public class MatcherExportFilterMapping
    extends java.lang.Object
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      MatcherExportFilterMapping​(java.lang.String exporterKey, java.lang.String value, boolean isIncludes)  
    • Constructor Detail

      • MatcherExportFilterMapping

        public MatcherExportFilterMapping​(java.lang.String exporterKey,
                                          java.lang.String value,
                                          boolean isIncludes)
    • Method Detail

      • getExporterKey

        public java.lang.String getExporterKey()
      • setExporterKey

        public void setExporterKey​(java.lang.String exporterKey)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • isIncludes

        public boolean isIncludes()
      • setIncludes

        public void setIncludes​(boolean isIncludes)