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
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
static Money
void
setAmount
(BigDecimal amount) void
setCurrencyCode
(String currencyCode) void
setDisplay
(String display) toString()
-
Constructor Details
-
Money
public Money() -
Money
-
-
Method Details