- java.lang.Object
-
- com.aoindustries.aoserv.client.dto.Money
-
public class Money extends Object
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description Money()Money(String currency, BigDecimal value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()BigDecimalgetValue()voidsetCurrency(String currency)voidsetValue(BigDecimal value)
-
-
-
Constructor Detail
-
Money
public Money()
-
Money
public Money(String currency, BigDecimal value)
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
getValue
public BigDecimal getValue()
-
setValue
public void setValue(BigDecimal value)
-
-