org.jasig.portlet.courses.model.wrapper
Class CourseWrapper

java.lang.Object
  extended by org.jasig.portlet.courses.model.xml.Course
      extended by org.jasig.portlet.courses.model.wrapper.CourseWrapper
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class CourseWrapper
extends Course

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jasig.portlet.courses.model.xml.Course
code, courseUpdates, grade, instructors, location, meetingTimes, school, title, url
 
Constructor Summary
CourseWrapper()
           
 
Method Summary
 int getNewUpdateCount()
           
 
Methods inherited from class org.jasig.portlet.courses.model.xml.Course
append, appendFields, equals, equals, getCode, getCourseUpdates, getGrade, getInstructors, getLocation, getMeetingTimes, getSchool, getTitle, getUrl, hashCode, hashCode, setCode, setGrade, setLocation, setMeetingTimes, setSchool, setTitle, setUrl, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CourseWrapper

public CourseWrapper()
Method Detail

getNewUpdateCount

public int getNewUpdateCount()


Copyright © 2012 Jasig. All Rights Reserved.