org.kuali.student.r1.lum.lu.dto
Class CluFeeInfo

java.lang.Object
  extended by org.kuali.student.r1.lum.lu.dto.CluFeeInfo
All Implemented Interfaces:
Serializable, HasAttributes

public class CluFeeInfo
extends Object
implements Serializable, HasAttributes

Detailed information associated with this CLU related to the calculation of fees.

See Also:
Serialized Form

Constructor Summary
CluFeeInfo()
           
 
Method Summary
 Map<String,String> getAttributes()
          List of key/value pairs, typically used for dynamic attributes.
 List<CluFeeRecordInfo> getCluFeeRecords()
           
 RichTextInfo getDescr()
          Narrative description of the CLU Fee
 String getId()
           
 MetaInfo getMetaInfo()
           
 void setAttributes(Map<String,String> attributes)
           
 void setCluFeeRecords(List<CluFeeRecordInfo> cluFeeRecords)
           
 void setDescr(RichTextInfo descr)
           
 void setId(String id)
           
 void setMetaInfo(MetaInfo metaInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CluFeeInfo

public CluFeeInfo()
Method Detail

getAttributes

public Map<String,String> getAttributes()
List of key/value pairs, typically used for dynamic attributes.

Specified by:
getAttributes in interface HasAttributes

setAttributes

public void setAttributes(Map<String,String> attributes)
Specified by:
setAttributes in interface HasAttributes

getCluFeeRecords

public List<CluFeeRecordInfo> getCluFeeRecords()

setCluFeeRecords

public void setCluFeeRecords(List<CluFeeRecordInfo> cluFeeRecords)

getId

public String getId()

setId

public void setId(String id)

getDescr

public RichTextInfo getDescr()
Narrative description of the CLU Fee


setDescr

public void setDescr(RichTextInfo descr)

getMetaInfo

public MetaInfo getMetaInfo()

setMetaInfo

public void setMetaInfo(MetaInfo metaInfo)


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