|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.common.dto.CurrencyAmountInfo
public class CurrencyAmountInfo
Detailed information about an amount of currency including both the type of units and the quantity.
Field Summary | |
---|---|
private Integer |
currencyQuantity
|
private String |
currencyTypeKey
|
private String |
id
|
private MetaInfo |
metaInfo
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
CurrencyAmountInfo()
|
Method Summary | |
---|---|
Integer |
getCurrencyQuantity()
The amount of currency |
String |
getCurrencyTypeKey()
The kind of units associated with the quantity, such as US Dollars |
String |
getId()
Identifier for the currency amount record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
void |
setCurrencyQuantity(Integer currencyQuantity)
|
void |
setCurrencyTypeKey(String currencyTypeKey)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String id
private String currencyTypeKey
private Integer currencyQuantity
private MetaInfo metaInfo
Constructor Detail |
---|
public CurrencyAmountInfo()
Method Detail |
---|
public String getCurrencyTypeKey()
public void setCurrencyTypeKey(String currencyTypeKey)
public Integer getCurrencyQuantity()
public void setCurrencyQuantity(Integer currencyQuantity)
public String getId()
public void setId(String id)
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |