public interface ActivityOfferingDisplay extends IdEntity
Modifier and Type | Method and Description |
---|---|
String |
getActivityOfferingCode()
Alphanumeric character that identifies the section of the
course offering.
|
String |
getCourseOfferingCode()
Identifies the number of a course as reflected in the course
catalog.
|
String |
getCourseOfferingTitle()
Name of the course used in the college catalog.
|
String |
getFormatOfferingId()
The Format Offering Id used to create this ActivityOffering.
|
String |
getFormatOfferingName()
A display name for the Format Offering.
|
String |
getInstructorId()
Gets the instructor of record for this ActivityOffering.
|
String |
getInstructorName()
Gets the name of the instructor of record for this
ActivityOffering.
|
Boolean |
getIsHonorsOffering()
Indicates that the Activity Offering is an Honors option
|
Integer |
getMaximumEnrollment()
Total maximum number of "seats" or enrollment slots that can be filled
for the offering.
|
ScheduleDisplay |
getScheduleDisplay()
Gets the schedule information for this ActivityOffering
|
String |
getStateName()
A display name for the activity Offering State.
|
String |
getTypeName()
A display name for the Activity Offering Type.
|
getType, getTypeKey
getState, getStateKey
getAttributes
String getTypeName()
String getStateName()
String getCourseOfferingTitle()
String getCourseOfferingCode()
String getFormatOfferingId()
String getFormatOfferingName()
String getActivityOfferingCode()
String getInstructorId()
String getInstructorName()
Boolean getIsHonorsOffering()
ScheduleDisplay getScheduleDisplay()
Integer getMaximumEnrollment()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.