org.kuali.student.lum.lu.entity
Class CluFeeAmount

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.lum.lu.entity.CluFeeAmount

public class CluFeeAmount
extends BaseEntity


Field Summary
private  CurrencyAmount currencyAmount
           
 
Constructor Summary
CluFeeAmount()
           
 
Method Summary
 CurrencyAmount getCurrencyAmount()
           
 void setCurrencyAmount(CurrencyAmount currencyAmount)
           
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currencyAmount

private CurrencyAmount currencyAmount
Constructor Detail

CluFeeAmount

public CluFeeAmount()
Method Detail

getCurrencyAmount

public CurrencyAmount getCurrencyAmount()

setCurrencyAmount

public void setCurrencyAmount(CurrencyAmount currencyAmount)


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