org.kuali.student.enrollment.lrr.dto
Class LearningResultRecordInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
org.kuali.student.r2.common.dto.EntityInfo
org.kuali.student.r2.common.dto.IdEntityInfo
org.kuali.student.enrollment.lrr.dto.LearningResultRecordInfo
- All Implemented Interfaces:
- Serializable, LearningResultRecord, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
public class LearningResultRecordInfo
- extends IdEntityInfo
- implements LearningResultRecord, Serializable
Information about the Learning Result Record Info.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
LearningResultRecordInfo
public LearningResultRecordInfo()
LearningResultRecordInfo
public LearningResultRecordInfo(LearningResultRecord lrr)
- This constructs a copy from LearningResultRecord infc
- Parameters:
lrr
-
getLprId
public String getLprId()
- Specified by:
getLprId
in interface LearningResultRecord
getResultValueKey
public String getResultValueKey()
- Description copied from interface:
LearningResultRecord
- Result Value (Grade, Credits, etc). References a unique Id in the LRC service
- Specified by:
getResultValueKey
in interface LearningResultRecord
getResultSourceIds
public List<String> getResultSourceIds()
- Description copied from interface:
LearningResultRecord
- List of source record Ids that were responsible in generating the result value.
E.g Manual Entry, Articulation or Result transformation
- Specified by:
getResultSourceIds
in interface LearningResultRecord
setLprId
public void setLprId(String lprId)
setResultValueKey
public void setResultValueKey(String resultValueId)
setResultSourceIds
public void setResultSourceIds(List<String> resultSourceIds)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.