org.kuali.student.r2.lum.course.dto
Class LoDisplayInfo

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.r2.lum.course.dto.LoDisplayInfo
All Implemented Interfaces:
Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity, LoDisplay

public class LoDisplayInfo
extends IdEntityInfo
implements LoDisplay, Serializable

Detailed information about an LO and all it's children for application use.

See Also:
Serialized Form

Constructor Summary
LoDisplayInfo()
           
LoDisplayInfo(LoDisplay loDisplay)
           
 
Method Summary
 List<LoCategoryInfo> getLoCategoryInfoList()
          List of learning objective category information.
 List<LoDisplayInfo> getLoDisplayInfoList()
          List of Lo Display information.
 LoInfo 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.
 void setLoCategoryInfoList(List<LoCategoryInfo> loCategoryInfoList)
           
 void setLoDisplayInfoList(List<LoDisplayInfo> loDisplayInfoList)
           
 void setLoInfo(LoInfo loInfo)
           
 void setParentLoRelationid(String parentLoRelationid)
           
 void setParentRelType(String parentRelType)
           
 
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

LoDisplayInfo

public LoDisplayInfo()

LoDisplayInfo

public LoDisplayInfo(LoDisplay loDisplay)
Method Detail

getLoInfo

public LoInfo getLoInfo()
Detailed information about a learning objective

Specified by:
getLoInfo in interface LoDisplay

setLoInfo

public void setLoInfo(LoInfo loInfo)

getLoDisplayInfoList

public List<LoDisplayInfo> getLoDisplayInfoList()
List of Lo Display information. (info and child relations

Specified by:
getLoDisplayInfoList in interface LoDisplay

setLoDisplayInfoList

public void setLoDisplayInfoList(List<LoDisplayInfo> loDisplayInfoList)

getParentRelType

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

Specified by:
getParentRelType in interface LoDisplay

setParentRelType

public void setParentRelType(String parentRelType)

getParentLoRelationid

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

Specified by:
getParentLoRelationid in interface LoDisplay

setParentLoRelationid

public void setParentLoRelationid(String parentLoRelationid)

getLoCategoryInfoList

public List<LoCategoryInfo> getLoCategoryInfoList()
List of learning objective category information.

Specified by:
getLoCategoryInfoList in interface LoDisplay

setLoCategoryInfoList

public void setLoCategoryInfoList(List<LoCategoryInfo> loCategoryInfoList)


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