org.kuali.student.r2.lum.course.dto
Class LoDisplayInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
org.kuali.student.r2.common.dto.EntityInfo
org.kuali.student.r2.common.dto.IdEntityInfo
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
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.HasMeta |
getMeta |
LoDisplayInfo
public LoDisplayInfo()
LoDisplayInfo
public LoDisplayInfo(LoDisplay loDisplay)
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.