it.biobytes.ammentos.test
Class Course

java.lang.Object
  extended by it.biobytes.ammentos.test.Course

public class Course
extends java.lang.Object


Constructor Summary
Course(java.lang.String code)
          Creates a new instance of Course
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getDescription()
           
 Teacher getTeacher()
           
 void setDescription(java.lang.String m_description)
           
 void setTeacher(Teacher m_teacher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Course

public Course(java.lang.String code)
Creates a new instance of Course

Method Detail

getCode

public java.lang.String getCode()

getTeacher

public Teacher getTeacher()

setTeacher

public void setTeacher(Teacher m_teacher)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String m_description)