org.kuali.student.r2.common.infc
Interface CurrencyAmount

All Superinterfaces:
HasId, HasMeta, HasPrimaryKey
All Known Implementing Classes:
CurrencyAmountInfo

public interface CurrencyAmount
extends HasId, HasMeta

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

Since:
Mon Jan 11 15:20:51 PST 2010
Author:
Kamal

Method Summary
 Integer getCurrencyQuantity()
          The amount of currency.
 String getCurrencyTypeKey()
          The kind of units associated with the quantity, such as US Dollars.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getCurrencyTypeKey

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


getCurrencyQuantity

Integer getCurrencyQuantity()
The amount of currency.



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