Class AbstractMapping

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractMapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Float getBoost()  
      java.lang.Boolean getIndex()  
      java.lang.Boolean getStore()  
      void setBoost​(java.lang.Float boost)  
      void setIndex​(java.lang.Boolean index)  
      void setStore​(java.lang.Boolean store)  
      • Methods inherited from class java.lang.Object

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

      • AbstractMapping

        public AbstractMapping()
    • Method Detail

      • getBoost

        public java.lang.Float getBoost()
      • setBoost

        public void setBoost​(java.lang.Float boost)
      • getIndex

        public java.lang.Boolean getIndex()
      • setIndex

        public void setIndex​(java.lang.Boolean index)
      • getStore

        public java.lang.Boolean getStore()
      • setStore

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