org.kuali.student.r2.lum.clu.infc
Interface LuCode

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasType
All Known Implementing Classes:
LuCodeInfo

public interface LuCode
extends HasAttributesAndMeta, HasType, HasId

Detailed information about an LU Code. Each code is intended as a way to classify a learning unit. Examples include: CIP 2000 and 2010 codes (classification of instructional programs) from the US government but also include a university specific classification codes


Method Summary
 RichText getDescr()
          An optional description describing the code's value
 String getValue()
          The Lu code's value
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 

Method Detail

getValue

String getValue()
The Lu code's value


getDescr

RichText getDescr()
An optional description describing the code's value



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