Class Model

    • Constructor Summary

      Constructors 
      Constructor Description
      Model()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getBd()  
      java.math.BigInteger getBi()  
      double getD()  
      float getF()  
      java.lang.String getStr()  
      java.util.concurrent.TimeUnit getTu()  
      void setBd​(java.math.BigDecimal bd)  
      void setBi​(java.math.BigInteger bi)  
      void setD​(double d)  
      void setF​(float f)  
      void setStr​(java.lang.String str)  
      void setTu​(java.util.concurrent.TimeUnit tu)  
      • Methods inherited from class java.lang.Object

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

      • Model

        public Model()
    • Method Detail

      • getF

        public float getF()
      • setF

        public void setF​(float f)
      • getD

        public double getD()
      • setD

        public void setD​(double d)
      • getTu

        public java.util.concurrent.TimeUnit getTu()
      • setTu

        public void setTu​(java.util.concurrent.TimeUnit tu)
      • getStr

        public java.lang.String getStr()
      • setStr

        public void setStr​(java.lang.String str)
      • getBi

        public java.math.BigInteger getBi()
      • setBi

        public void setBi​(java.math.BigInteger bi)
      • getBd

        public java.math.BigDecimal getBd()
      • setBd

        public void setBd​(java.math.BigDecimal bd)