org.kuali.student.enrollment.courseoffering.infc
Interface ActivityOfferingSet

All Superinterfaces:
HasId, HasPrimaryKey
All Known Implementing Classes:
ActivityOfferingSetInfo

public interface ActivityOfferingSet
extends HasId

The ActivityOfferingSet is a component of a registratinGroupTemplate. (needs example)

Author:
tom, Sri (updated)

Method Summary
 List<String> getActivityOfferingIds()
          Gets the activity offering Ids that from the set
 String getActivityOfferingType()
          Indicates the type of the Activity Offering (for example, Lecture, Lab etc)
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 

Method Detail

getActivityOfferingType

String getActivityOfferingType()
Indicates the type of the Activity Offering (for example, Lecture, Lab etc)


getActivityOfferingIds

List<String> getActivityOfferingIds()
Gets the activity offering Ids that from the set



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