org.kuali.student.r2.lum.clu.infc
Interface CluCluRelation

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Relationship
All Known Implementing Classes:
CluCluRelationInfo

public interface CluCluRelation
extends Relationship

Detailed information about a CLU to CLU relationship.


Method Summary
 String getCluId()
          Unique identifier for a Canonical Learning Unit (CLU).
 Boolean getIsCluRelationRequired()
          Indicates if the relation is required upon instantiation of a LUI.
 String getRelatedCluId()
          Unique identifier for a Canonical Learning Unit (CLU).
 
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
 

Method Detail

getCluId

String getCluId()
Unique identifier for a Canonical Learning Unit (CLU).


getRelatedCluId

String getRelatedCluId()
Unique identifier for a Canonical Learning Unit (CLU).


getIsCluRelationRequired

Boolean getIsCluRelationRequired()
Indicates if the relation is required upon instantiation of a LUI. Default is "true".



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