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

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.CourseInstitutionList

public class CourseInstitutionList
extends AbstractPagerResult


Constructor Summary
CourseInstitutionList()
           
 
Method Summary
 java.util.List<CourseInstitution> getCourseInstitutionList()
           
 void setCourseInstitutionList(java.util.List<CourseInstitution> courseInstitutionList)
           
 
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

CourseInstitutionList

public CourseInstitutionList()
Method Detail

getCourseInstitutionList

public java.util.List<CourseInstitution> getCourseInstitutionList()

setCourseInstitutionList

public void setCourseInstitutionList(java.util.List<CourseInstitution> courseInstitutionList)


Copyright © 2010. All Rights Reserved.