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.
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
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.