org.kuali.student.enrollment.lrr.infc
Interface LearningResultRecord

All Superinterfaces:
Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
All Known Implementing Classes:
LearningResultRecordInfo

public interface LearningResultRecord
extends IdEntity

Information about the Learning Result Record Info.


Method Summary
 String getLprId()
           
 List<String> getResultSourceIds()
          List of source record Ids that were responsible in generating the result value.
 String getResultValueKey()
          Result Value (Grade, Credits, etc).
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getLprId

String getLprId()

getResultValueKey

String getResultValueKey()
Result Value (Grade, Credits, etc). References a unique Id in the LRC service


getResultSourceIds

List<String> getResultSourceIds()
List of source record Ids that were responsible in generating the result value. E.g Manual Entry, Articulation or Result transformation



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