Class Money
java.lang.Object
org.jmock.example.sniper.Money
- All Implemented Interfaces:
Comparable<Money>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
amount
-
-
Constructor Details
-
Money
-
Money
public Money(int amount) -
Money
public Money(double amount)
-
-
Method Details
-
add
-
subtract
-
toString
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<Money>
-
min
-