edu.harvard.med.countway.dl.model
Class Course
java.lang.Object
edu.harvard.med.countway.dl.model.Course
public class Course
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Course
public Course()
setId
public void setId(java.lang.Integer id)
getId
public java.lang.Integer getId()
setTitle
public void setTitle(java.lang.String title)
getTitle
public java.lang.String getTitle()
setType
public void setType(CourseType type)
getType
public CourseType getType()
setInstitution
public void setInstitution(CourseInstitution institution)
getInstitution
public CourseInstitution getInstitution()
setHandsOn
public void setHandsOn(java.lang.Boolean handsOn)
getHandsOn
public java.lang.Boolean getHandsOn()
setDuration
public void setDuration(java.lang.Integer duration)
getDuration
public java.lang.Integer getDuration()
setDescription
public void setDescription(java.lang.String description)
getDescription
public java.lang.String getDescription()
Copyright © 2010. All Rights Reserved.