public class CourseSectionMeetingWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
CourseSectionMeetingWrapper() |
CourseSectionMeetingWrapper(CourseSection courseSection,
javax.portlet.PortletPreferences portletPreferences,
boolean mobile,
String termCode,
IURLService urlService) |
| Modifier and Type | Method and Description |
|---|---|
CourseSection |
getCourseSection() |
Map |
getLocationClassMeetingMap() |
Map<LocationWrapper,List<CourseMeeting>> |
getLocationExamMeetingMap() |
javax.portlet.PortletPreferences |
getPortletPreferences() |
String |
getTermCode() |
IURLService |
getUrlService() |
boolean |
isMobile() |
void |
printCourseSectionWrapperList(List<CourseSectionMeetingWrapper> courseSectionMeetingWrapperList) |
void |
setCourseSection(CourseSection courseSection) |
void |
setLocationClassMeetingMap(Map<LocationWrapper,List<CourseMeeting>> locationClassMeetingMap) |
void |
setLocationExamMeetingMap(Map<LocationWrapper,List<CourseMeeting>> locationExamMeetingMap) |
void |
setMobile(boolean mobile) |
void |
setPortletPreferences(javax.portlet.PortletPreferences portletPreferences) |
void |
setTermCode(String termCode) |
void |
setUrlService(IURLService urlService) |
public CourseSectionMeetingWrapper()
public CourseSectionMeetingWrapper(CourseSection courseSection, javax.portlet.PortletPreferences portletPreferences, boolean mobile, String termCode, IURLService urlService)
public String getTermCode()
public void setTermCode(String termCode)
public boolean isMobile()
public void setMobile(boolean mobile)
public javax.portlet.PortletPreferences getPortletPreferences()
public void setPortletPreferences(javax.portlet.PortletPreferences portletPreferences)
public IURLService getUrlService()
public void setUrlService(IURLService urlService)
public Map<LocationWrapper,List<CourseMeeting>> getLocationExamMeetingMap()
public void setLocationExamMeetingMap(Map<LocationWrapper,List<CourseMeeting>> locationExamMeetingMap)
public void setLocationClassMeetingMap(Map<LocationWrapper,List<CourseMeeting>> locationClassMeetingMap)
public CourseSection getCourseSection()
public void setCourseSection(CourseSection courseSection)
public Map getLocationClassMeetingMap()
public void printCourseSectionWrapperList(List<CourseSectionMeetingWrapper> courseSectionMeetingWrapperList)
Copyright © 2015 Jasig. All Rights Reserved.