org.kuali.student.r2.lum.lo.dto
Class LoLoRelationInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.RelationshipInfo
org.kuali.student.r2.lum.lo.dto.LoLoRelationInfo
- All Implemented Interfaces:
- Serializable, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Relationship, LoLoRelation
public class LoLoRelationInfo
- extends RelationshipInfo
- implements LoLoRelation, Serializable
- See Also:
- Serialized Form
Methods inherited from class org.kuali.student.r2.common.dto.RelationshipInfo |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKey |
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 |
LoLoRelationInfo
public LoLoRelationInfo()
LoLoRelationInfo
public LoLoRelationInfo(LoLoRelation loLoRelation)
getLoId
public String getLoId()
- Description copied from interface:
LoLoRelation
- Unique identifier for a learning objective record. This is the "From" or
"Parent" in the relation.
- Specified by:
getLoId
in interface LoLoRelation
setLoId
public void setLoId(String loId)
getRelatedLoId
public String getRelatedLoId()
- Description copied from interface:
LoLoRelation
- Unique identifier for a learning objective record. This is the "To" or
"Child" of the relation.
- Specified by:
getRelatedLoId
in interface LoLoRelation
setRelatedLoId
public void setRelatedLoId(String relatedLoId)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.