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

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Implementing Classes:
FormatInfo

public interface Format
extends IdNamelessEntity

Detailed information about a single course.

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

Method Summary
 List<ActivityInfo> getActivities()
           
 TimeAmount getDuration()
           
 List<String> getTermsOffered()
           
 
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.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getActivities

List<ActivityInfo> getActivities()

getTermsOffered

List<String> getTermsOffered()

getDuration

TimeAmount getDuration()


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