Class ModuleProvide


  • public class ModuleProvide
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String serviceType  
      private java.util.List<java.lang.String> with  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleProvide()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getServiceType()  
      java.util.List<java.lang.String> getWith()  
      void setServiceType​(java.lang.String serviceType)  
      void setWith​(java.util.List<java.lang.String> with)  
      • Methods inherited from class java.lang.Object

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

      • serviceType

        private java.lang.String serviceType
      • with

        private java.util.List<java.lang.String> with
    • Constructor Detail

      • ModuleProvide

        public ModuleProvide()
    • Method Detail

      • getServiceType

        public java.lang.String getServiceType()
      • setServiceType

        public void setServiceType​(java.lang.String serviceType)
      • getWith

        public java.util.List<java.lang.String> getWith()
      • setWith

        public void setWith​(java.util.List<java.lang.String> with)