Class Conversion

    • Constructor Summary

      Constructors 
      Constructor Description
      Conversion​(java.lang.String name, java.math.BigDecimal count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getCount()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • Conversion

        public Conversion​(java.lang.String name,
                          java.math.BigDecimal count)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getCount

        public java.math.BigDecimal getCount()