|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.r2.common.dto.CurrencyAmountInfo
public class CurrencyAmountInfo
Detailed information about an amount of currency including both the type of units and the quantity.
| Constructor Summary | |
|---|---|
CurrencyAmountInfo()
Constructs a new CurrencyAmount. |
|
CurrencyAmountInfo(CurrencyAmount currency)
Constructs a new CurrencyAmount from another Currency. |
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurrencyAmountInfo()
public CurrencyAmountInfo(CurrencyAmount currency)
currency - the currency to copy| Method Detail |
|---|
public String getId()
HasId
getId in interface HasIdpublic void setId(String id)
public String getCurrencyTypeKey()
CurrencyAmount
getCurrencyTypeKey in interface CurrencyAmountpublic void setCurrencyTypeKey(String currencyTypeKey)
public Integer getCurrencyQuantity()
CurrencyAmount
getCurrencyQuantity in interface CurrencyAmountpublic void setCurrencyQuantity(Integer currencyQuantity)
public MetaInfo getMeta()
HasMeta
getMeta in interface HasMetapublic void setMeta(MetaInfo metaInfo)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||