org.kuali.student.r2.lum.course.infc
Interface Activity

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

public interface Activity
extends IdEntity

Detailed information about a single course activity.

Author:
Kuali Student Team (sambitpa@kuali.org)

Method Summary
 Amount getContactHours()
          Contact Hours for an Activity.
 Integer getDefaultEnrollmentEstimate()
          Default enrollment estimate for this CLU.
 TimeAmount getDuration()
          The standard duration of the Course.
 List<String> getUnitsContentOwner()
          The organizations that represents the Subject area of the course.
 
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
 

Method Detail

getDuration

TimeAmount getDuration()
The standard duration of the Course.


getUnitsContentOwner

List<String> getUnitsContentOwner()
The organizations that represents the Subject area of the course.


getDefaultEnrollmentEstimate

Integer getDefaultEnrollmentEstimate()
Default enrollment estimate for this CLU.


getContactHours

Amount getContactHours()
Contact Hours for an Activity.



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