Package org.oxerr.viagogo.model
Class Money
java.lang.Object
org.oxerr.viagogo.model.Money
- All Implemented Interfaces:
 Serializable,Comparable<Money>
Returned for monetary values, such as ticket prices, fees charged and tax amounts.
 Money
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()static MoneyvoidsetAmount(BigDecimal amount) voidsetCurrencyCode(String currencyCode) voidsetDisplay(String display) toString() 
- 
Constructor Details
- 
Money
public Money() - 
Money
 
 - 
 - 
Method Details