org.kuali.student.r2.lum.lo.infc
Interface LoLoRelation

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Relationship
All Known Implementing Classes:
LoLoRelationInfo

public interface LoLoRelation
extends Relationship


Method Summary
 String getLoId()
          Unique identifier for a learning objective record.
 String getRelatedLoId()
          Unique identifier for a learning objective record.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
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.HasEffectiveDates
getEffectiveDate, getExpirationDate
 
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

getLoId

String getLoId()
Unique identifier for a learning objective record. This is the "From" or "Parent" in the relation.


getRelatedLoId

String getRelatedLoId()
Unique identifier for a learning objective record. This is the "To" or "Child" of the relation.



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