public class CurrencyAmountInfo extends Object implements CurrencyAmount, Serializable
| Constructor and Description |
|---|
CurrencyAmountInfo()
Constructs a new CurrencyAmount.
|
CurrencyAmountInfo(CurrencyAmount currency)
Constructs a new CurrencyAmount from another Currency.
|
| 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 |
getId()
The system assigned unique id to identify this Object.
|
MetaInfo |
getMeta()
Create and last update info for the structure.
|
void |
setCurrencyQuantity(Integer currencyQuantity) |
void |
setCurrencyTypeKey(String currencyTypeKey) |
void |
setId(String id) |
void |
setMeta(MetaInfo metaInfo) |
public CurrencyAmountInfo()
public CurrencyAmountInfo(CurrencyAmount currency)
currency - the currency to copypublic String getId()
HasIdpublic String getCurrencyTypeKey()
CurrencyAmountgetCurrencyTypeKey in interface CurrencyAmountpublic void setCurrencyTypeKey(String currencyTypeKey)
public Integer getCurrencyQuantity()
CurrencyAmountgetCurrencyQuantity in interface CurrencyAmountpublic void setCurrencyQuantity(Integer currencyQuantity)
public MetaInfo getMeta()
HasMetaCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.