public interface Section
String getAvailableSeats()
String getClassTopic()
String getCombinedSectionId()
String getCreditHours()
String getEnrollmentCapacity()
String getEnrollmentStatus()
String getEnrollmentTotal()
List<? extends SectionMeeting> getMeetings()
String getSessionDescription()
String getAdditionalInfo()
String getCourseDescription()
String getTypeDescription()
String getWaitCapacity()
String getWaitTotal()
void setAvailableSeats(String availableSeats)
availableSeats
- the availableSeats to setvoid setAdditionalInfo(String additionalInfo)
additionalInfo
- the additionalInfo to setvoid setClassTopic(String classTopic)
classTopic
- the classTopic to setvoid setCombinedSectionId(String combinedSectionId)
combinedSectionId
- the combinedSectionId to setvoid setCreditHours(String creditHours)
creditHours
- the creditHours to setvoid setEnrollmentCapacity(String enrollmentCapacity)
enrollmentCapacity
- the enrollmentCapacity to setvoid setEnrollmentStatus(String enrollmentStatus)
enrollmentStatus
- the enrollmentStatus to setvoid setEnrollmentTotal(String enrollmentTotal)
enrollmentTotal
- the enrollmentTotal to setvoid setMeetings(List<? extends SectionMeeting> meetings)
meetings
- the meetings to setvoid setSessionDescription(String sessionDescription)
sessionDescription
- the sessionDescription to setvoid setCourseDescription(String courseDescription)
courseDescription
- the courseDescription to setvoid setTypeDescription(String typeDescription)
typeDescription
- the typeDescription to setvoid setWaitCapacity(String waitCapacity)
waitCapacity
- the waitCapacity to setvoid setWaitTotal(String waitTotal)
waitTotal
- the waitTotal to setString getCatalogNumber()
String getSubjectId()
void setCatalogNumber(String catalogNumber)
void setSubjectId(String subjectId)
String getSectionUID()
void setSectionUID(String uid)
String getCourseTitle()
void setCourseTitle(String courseTitle)
String getStartDate()
void setStartDate(String startDate)
String getEndDate()
void setEndDate(String startDate)
String getRepeatCode()
void setRepeatCode(String repeatCode)
String getGradeStatus()
void setGradeStatus(String gradeStatus)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.