org.hibernate.test.ecid
Class Course

java.lang.Object
  extended by org.hibernate.test.ecid.Course
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UniversityCourse

public class Course
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 String getCourseCode()
           
 String getDescription()
           
 String getOrg()
           
 void setDescription(String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getCourseCode

public String getCourseCode()

getOrg

public String getOrg()


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