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

java.lang.Object
  extended by org.kuali.student.lum.course.dto.LoDisplayInfo
All Implemented Interfaces:
Serializable

public class LoDisplayInfo
extends Object
implements Serializable

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

See Also:
Serialized Form

Field Summary
private  List<LoCategoryInfo> loCategoryInfoList
           
private  List<LoDisplayInfo> loDisplayInfoList
           
private  LoInfo loInfo
           
private  String parentLoRelationid
           
private  String parentRelType
           
private static long serialVersionUID
           
 
Constructor Summary
LoDisplayInfo()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

loInfo

private LoInfo loInfo

loDisplayInfoList

private List<LoDisplayInfo> loDisplayInfoList

parentRelType

private String parentRelType

parentLoRelationid

private String parentLoRelationid

loCategoryInfoList

private List<LoCategoryInfo> loCategoryInfoList
Constructor Detail

LoDisplayInfo

public LoDisplayInfo()
Method Detail

getLoInfo

public LoInfo getLoInfo()
Detailed information about a learning objective


setLoInfo

public void setLoInfo(LoInfo loInfo)

getLoDisplayInfoList

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


setLoDisplayInfoList

public void setLoDisplayInfoList(List<LoDisplayInfo> loDisplayInfoList)

getParentRelType

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


setParentRelType

public void setParentRelType(String parentRelType)

getParentLoRelationid

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


setParentLoRelationid

public void setParentLoRelationid(String parentLoRelationid)

getLoCategoryInfoList

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


setLoCategoryInfoList

public void setLoCategoryInfoList(List<LoCategoryInfo> loCategoryInfoList)


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