org.hibernate.test.criteria
Class Course

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

public class Course
extends Object


Constructor Summary
Course()
           
 
Method Summary
 String getCourseCode()
           
 Set getCourseMeetings()
           
 Set getCrossListedAs()
           
 String getDescription()
           
 void setCourseCode(String courseCode)
           
 void setCourseMeetings(Set courseMeetings)
           
 void setCrossListedAs(Set crossListedAs)
           
 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)

getCourseMeetings

public Set getCourseMeetings()

setCourseMeetings

public void setCourseMeetings(Set courseMeetings)

getCrossListedAs

public Set getCrossListedAs()

setCrossListedAs

public void setCrossListedAs(Set crossListedAs)


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