Class Money

    • Constructor Detail

      • Money

        public Money​(Number value)
      • Money

        public Money()
    • Method Detail

      • bigDecimalValue

        public BigDecimal bigDecimalValue()
        Returns:
        the monetary amount as a big decimal without loss of information
      • doubleValue

        public double doubleValue()
        Returns:
        the monetary amount as a double with possible loss of information
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object