org.hibernate.test.ecid
Class UniversityCourse

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

public class UniversityCourse
extends Course

See Also:
Serialized Form

Constructor Summary
UniversityCourse(String courseCode, String org, String description, int semester)
           
 
Method Summary
 int getSemester()
           
 
Methods inherited from class org.hibernate.test.ecid.Course
getCourseCode, getDescription, getOrg, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniversityCourse

public UniversityCourse(String courseCode,
                        String org,
                        String description,
                        int semester)
Method Detail

getSemester

public int getSemester()


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