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

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.MetaEntity
          extended by org.kuali.student.lum.lu.entity.CluFee
All Implemented Interfaces:
AttributeOwner<CluFeeAttribute>

public class CluFee
extends MetaEntity
implements AttributeOwner<CluFeeAttribute>


Field Summary
private  List<CluFeeAttribute> attributes
           
private  List<CluFeeRecord> cluFeeRecords
           
private  LuRichText descr
           
 
Constructor Summary
CluFee()
           
 
Method Summary
 List<CluFeeAttribute> getAttributes()
           
 List<CluFeeRecord> getCluFeeRecords()
           
 LuRichText getDescr()
           
 void setAttributes(List<CluFeeAttribute> attributes)
           
 void setCluFeeRecords(List<CluFeeRecord> cluFeeRecords)
           
 void setDescr(LuRichText descr)
           
 
Methods inherited from class org.kuali.student.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, 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

cluFeeRecords

private List<CluFeeRecord> cluFeeRecords

descr

private LuRichText descr

attributes

private List<CluFeeAttribute> attributes
Constructor Detail

CluFee

public CluFee()
Method Detail

getAttributes

public List<CluFeeAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<CluFeeAttribute>

setAttributes

public void setAttributes(List<CluFeeAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<CluFeeAttribute>

getCluFeeRecords

public List<CluFeeRecord> getCluFeeRecords()

setCluFeeRecords

public void setCluFeeRecords(List<CluFeeRecord> cluFeeRecords)

getDescr

public LuRichText getDescr()

setDescr

public void setDescr(LuRichText descr)


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