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)
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
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.