org.jasig.portlet.courses.model.xml
Class CourseMeetingWrapper
java.lang.Object
org.jasig.portlet.courses.model.xml.CourseMeetingWrapper
- Direct Known Subclasses:
- CourseMeeting
public abstract class CourseMeetingWrapper
- extends Object
Adds base functionality to the CourseMeeting object
- Author:
- Drew Wills
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseMeetingWrapper
public CourseMeetingWrapper()
getStartTime
public abstract XMLGregorianCalendar getStartTime()
getEndTime
public abstract XMLGregorianCalendar getEndTime()
getDayIds
public abstract List<String> getDayIds()
getFormattedMeetingTime
public String getFormattedMeetingTime()
getFormattedMeetingDays
public String getFormattedMeetingDays()
Copyright © 2012 Jasig. All Rights Reserved.