org.hibernate.test.querycache
Class CourseMeeting

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

public class CourseMeeting
extends Object


Constructor Summary
CourseMeeting()
           
CourseMeeting(Course course, String day, int period, String location)
           
 
Method Summary
 boolean equals(Object o)
           
 Course getCourse()
           
 CourseMeetingId getId()
           
 int hashCode()
           
 void setCourse(Course course)
           
 void setId(CourseMeetingId id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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