Class Exclude


  • public class Exclude
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Exclude()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getModule()  
      java.lang.String getOrg()  
      void setModule​(java.lang.String module)  
      void setOrg​(java.lang.String org)  
      • Methods inherited from class java.lang.Object

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

      • Exclude

        public Exclude()
    • Method Detail

      • getOrg

        public java.lang.String getOrg()
      • getModule

        public java.lang.String getModule()
      • setOrg

        public void setOrg​(java.lang.String org)
      • setModule

        public void setModule​(java.lang.String module)