Class Command.Params

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String store  
    • Constructor Summary

      Constructors 
      Constructor Description
      Params()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStore()  
      void setStore​(java.lang.String store)  
      • Methods inherited from class java.lang.Object

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

      • store

        protected java.lang.String store
    • Constructor Detail

      • Params

        public Params()
    • Method Detail

      • getStore

        public java.lang.String getStore()
      • setStore

        public void setStore​(java.lang.String store)