org.kuali.student.r2.lum.lo.dto
Class LoLoRelationInfo

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.RelationshipInfo
              extended by 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

Constructor Summary
LoLoRelationInfo()
           
LoLoRelationInfo(LoLoRelation loLoRelation)
           
 
Method Summary
 String getLoId()
          Unique identifier for a learning objective record.
 String getRelatedLoId()
          Unique identifier for a learning objective record.
 void setLoId(String loId)
           
 void setRelatedLoId(String relatedLoId)
           
 
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 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.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.HasEffectiveDates
getEffectiveDate, getExpirationDate
 
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

LoLoRelationInfo

public LoLoRelationInfo()

LoLoRelationInfo

public LoLoRelationInfo(LoLoRelation loLoRelation)
Method Detail

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.