org.kuali.student.lum.lu.entity
Class CluFee
java.lang.Object
   org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.BaseEntity
       org.kuali.student.common.entity.MetaEntity
org.kuali.student.common.entity.MetaEntity
           org.kuali.student.lum.lu.entity.CluFee
org.kuali.student.lum.lu.entity.CluFee
- All Implemented Interfaces: 
- AttributeOwner<CluFeeAttribute>
- public class CluFee 
- extends MetaEntity- implements AttributeOwner<CluFeeAttribute>
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
cluFeeRecords
private List<CluFeeRecord> cluFeeRecords
descr
private LuRichText descr
attributes
private List<CluFeeAttribute> attributes
CluFee
public CluFee()
getAttributes
public List<CluFeeAttribute> getAttributes()
- 
- Specified by:
- getAttributesin interface- AttributeOwner<CluFeeAttribute>
 
- 
 
setAttributes
public void setAttributes(List<CluFeeAttribute> attributes)
- 
- Specified by:
- setAttributesin 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-2011 The Kuali Foundation. All Rights Reserved.