org.kuali.student.enrollment.lrr.dto
Class LearningResultRecordInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.EntityInfo
                  extended by org.kuali.student.r2.common.dto.IdEntityInfo
                      extended by 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

Constructor Summary
LearningResultRecordInfo()
           
LearningResultRecordInfo(LearningResultRecord lrr)
          This constructs a copy from LearningResultRecord infc
 
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).
 void setLprId(String lprId)
           
 void setResultSourceIds(List<String> resultSourceIds)
           
 void setResultValueKey(String resultValueId)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo
getDescr, getName, setDescr, setName
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
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.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
 

Constructor Detail

LearningResultRecordInfo

public LearningResultRecordInfo()

LearningResultRecordInfo

public LearningResultRecordInfo(LearningResultRecord lrr)
This constructs a copy from LearningResultRecord infc

Parameters:
lrr -
Method Detail

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.