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

java.lang.Object
  extended by edu.harvard.med.countway.dl.model.Course

public class Course
extends java.lang.Object


Constructor Summary
Course()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Integer getDuration()
           
 java.lang.Boolean getHandsOn()
           
 java.lang.Integer getId()
           
 CourseInstitution getInstitution()
           
 java.lang.String getTitle()
           
 CourseType getType()
           
 void setDescription(java.lang.String description)
           
 void setDuration(java.lang.Integer duration)
           
 void setHandsOn(java.lang.Boolean handsOn)
           
 void setId(java.lang.Integer id)
           
 void setInstitution(CourseInstitution institution)
           
 void setTitle(java.lang.String title)
           
 void setType(CourseType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Course

public Course()
Method Detail

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.