org.kuali.student.r2.lum.course.infc
Interface LoDisplay

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

public interface LoDisplay
extends IdEntity

This class //TODO ...

Author:
Kuali Student Team

Method Summary
 List<? extends LoCategory> getLoCategoryInfoList()
          List of learning objective category information.
 List<? extends LoDisplay> getLoDisplayInfoList()
          List of Lo Display information.
 Lo getLoInfo()
          Detailed information about a learning objective
 String getParentLoRelationid()
          Unique identifier for a LO to LO relationship.
 String getParentRelType()
          Unique identifier for the LO to LO relation type.
 
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

getLoInfo

Lo getLoInfo()
Detailed information about a learning objective


getLoDisplayInfoList

List<? extends LoDisplay> getLoDisplayInfoList()
List of Lo Display information. (info and child relations


getParentRelType

String getParentRelType()
Unique identifier for the LO to LO relation type.


getParentLoRelationid

String getParentLoRelationid()
Unique identifier for a LO to LO relationship.


getLoCategoryInfoList

List<? extends LoCategory> getLoCategoryInfoList()
List of learning objective category information.



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