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

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r2.lum.lu.entity.CluFeeAmount

@Entity
public class CluFeeAmount
extends BaseEntity


Constructor Summary
CluFeeAmount()
           
 
Method Summary
 CurrencyAmount getCurrencyAmount()
           
 void setCurrencyAmount(CurrencyAmount currencyAmount)
           
 
Methods inherited from class org.kuali.student.r1.common.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
 

Constructor Detail

CluFeeAmount

public CluFeeAmount()
Method Detail

getCurrencyAmount

public CurrencyAmount getCurrencyAmount()

setCurrencyAmount

public void setCurrencyAmount(CurrencyAmount currencyAmount)


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