net.lessy.util.type
Class Money4

java.lang.Object
  extended by net.lessy.util.type.Amount<Money>
      extended by net.lessy.util.type.Money
          extended by net.lessy.util.type.Money4
All Implemented Interfaces:
Serializable

public class Money4
extends Money

Wrappes an amount to represent a money amount with 4 decimal digits

Author:
Hans Lesmeister
See Also:
Serialized Form

Constructor Summary
Money4()
           
Money4(BigDecimal amount)
           
Money4(double value)
           
Money4(String value)
           
 
Method Summary
 
Methods inherited from class net.lessy.util.type.Amount
add, createInstance, divideBy, divideBy, equals, getValue, hashCode, multiplyWith, subtract, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Money4

public Money4()

Money4

public Money4(String value)

Money4

public Money4(double value)

Money4

public Money4(BigDecimal amount)


Copyright © 2012. All Rights Reserved.