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

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

public interface ResultSource
extends IdEntity

Information about the Result Source. Result source is used to indicate how the result was created (Manual, Articulation, Result transformation etc) Core-slice: A ResultSource represents a "native" course for the Academic Record.


Method Summary
 String getArticulationId()
          Unique identifier for an articulation record.
 String getResultTransformationId()
          Unique identifier for an learning result transformation.
 
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

getArticulationId

String getArticulationId()
Unique identifier for an articulation record.


getResultTransformationId

String getResultTransformationId()
Unique identifier for an learning result transformation.



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