org.kuali.student.common.dto
Class CurrencyAmountInfo

java.lang.Object
  extended by org.kuali.student.common.dto.CurrencyAmountInfo
All Implemented Interfaces:
Serializable

public class CurrencyAmountInfo
extends Object
implements Serializable

Detailed information about an amount of currency including both the type of units and the quantity.

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

private String id

currencyTypeKey

private String currencyTypeKey

currencyQuantity

private Integer currencyQuantity

metaInfo

private MetaInfo metaInfo
Constructor Detail

CurrencyAmountInfo

public CurrencyAmountInfo()
Method Detail

getCurrencyTypeKey

public String getCurrencyTypeKey()
The kind of units associated with the quantity, such as US Dollars


setCurrencyTypeKey

public void setCurrencyTypeKey(String currencyTypeKey)

getCurrencyQuantity

public Integer getCurrencyQuantity()
The amount of currency


setCurrencyQuantity

public void setCurrencyQuantity(Integer currencyQuantity)

getId

public String getId()
Identifier for the currency amount record.


setId

public void setId(String id)

getMetaInfo

public MetaInfo getMetaInfo()
Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations.


setMetaInfo

public void setMetaInfo(MetaInfo metaInfo)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.