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()
HasId
public String getCurrencyTypeKey()
CurrencyAmount
getCurrencyTypeKey
in interface CurrencyAmount
public void setCurrencyTypeKey(String currencyTypeKey)
public Integer getCurrencyQuantity()
CurrencyAmount
getCurrencyQuantity
in interface CurrencyAmount
public void setCurrencyQuantity(Integer currencyQuantity)
public MetaInfo getMeta()
HasMeta
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.