org.hibernate.test.criteria
Class CourseMeeting

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

public class CourseMeeting
extends Object


Constructor Summary
CourseMeeting()
           
CourseMeeting(Course course, String day, int period, String location)
           
 
Method Summary
 Course getCourse()
           
 CourseMeetingId getId()
           
 void setCourse(Course course)
           
 void setId(CourseMeetingId id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseMeeting

public CourseMeeting()

CourseMeeting

public CourseMeeting(Course course,
                     String day,
                     int period,
                     String location)
Method Detail

getId

public CourseMeetingId getId()

setId

public void setId(CourseMeetingId id)

getCourse

public Course getCourse()

setCourse

public void setCourse(Course course)


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