|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.course.dto.LoDisplayInfo
public class LoDisplayInfo
Detailed information about an LO and all it's children for application use.
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 |
---|
private static final long serialVersionUID
private LoInfo loInfo
private List<LoDisplayInfo> loDisplayInfoList
private String parentRelType
private String parentLoRelationid
private List<LoCategoryInfo> loCategoryInfoList
Constructor Detail |
---|
public LoDisplayInfo()
Method Detail |
---|
public LoInfo getLoInfo()
public void setLoInfo(LoInfo loInfo)
public List<LoDisplayInfo> getLoDisplayInfoList()
public void setLoDisplayInfoList(List<LoDisplayInfo> loDisplayInfoList)
public String getParentRelType()
public void setParentRelType(String parentRelType)
public String getParentLoRelationid()
public void setParentLoRelationid(String parentLoRelationid)
public List<LoCategoryInfo> getLoCategoryInfoList()
public void setLoCategoryInfoList(List<LoCategoryInfo> loCategoryInfoList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |