public interface CurrencyAmount extends HasId, HasMeta
Modifier and Type | Method and Description |
---|---|
Integer |
getCurrencyQuantity()
The amount of currency.
|
String |
getCurrencyTypeKey()
The kind of units associated with the quantity, such as US
Dollars.
|
String getCurrencyTypeKey()
Integer getCurrencyQuantity()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.