org.kuali.student.enrollment.lui.infc
Interface LuiLuiRelation

All Superinterfaces:
Entity, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
All Known Implementing Classes:
LuiLuiRelationInfo

public interface LuiLuiRelation
extends IdEntity, HasEffectiveDates

Detailed information about a LUI to LUI relationship.


Method Summary
 String getLuiId()
          A unique identifier for a Learning Unit Instance (LUI).
 String getRelatedLuiId()
          A unique identifier for a Learning Unit Instance (LUI).
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
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.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasEffectiveDates
getEffectiveDate, getExpirationDate
 

Method Detail

getLuiId

String getLuiId()
A unique identifier for a Learning Unit Instance (LUI).


getRelatedLuiId

String getRelatedLuiId()
A unique identifier for a Learning Unit Instance (LUI).



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