org.hibernate.test.readonly
Class Course

java.lang.Object
  extended by org.hibernate.test.readonly.Course

public class Course
extends Object


Constructor Summary
Course()
           
 
Method Summary
 String getCourseCode()
           
 String getDescription()
           
 void setCourseCode(String courseCode)
           
 void setDescription(String description)
           
 
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

getCourseCode

public String getCourseCode()

setCourseCode

public void setCourseCode(String courseCode)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.