edu.harvard.med.countway.dl.model
Class CourseTypeList

java.lang.Object
  extended by edu.harvard.med.countway.dl.model.AbstractPager
      extended by edu.harvard.med.countway.dl.model.AbstractPagerResult
          extended by edu.harvard.med.countway.dl.model.CourseTypeList

public class CourseTypeList
extends AbstractPagerResult


Constructor Summary
CourseTypeList()
           
 
Method Summary
 java.util.List<CourseType> getCourseTypeList()
           
 void setCourseTypeList(java.util.List<CourseType> courseTypeList)
           
 
Methods inherited from class edu.harvard.med.countway.dl.model.AbstractPagerResult
getCount, setCount
 
Methods inherited from class edu.harvard.med.countway.dl.model.AbstractPager
getLimit, getOffset, setLimit, setOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseTypeList

public CourseTypeList()
Method Detail

getCourseTypeList

public java.util.List<CourseType> getCourseTypeList()

setCourseTypeList

public void setCourseTypeList(java.util.List<CourseType> courseTypeList)


Copyright © 2010. All Rights Reserved.