org.hibernate.test.querycache
Class Course

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

public class Course
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Course()
           
 
Method Summary
 boolean equals(Object o)
           
 String getCourseCode()
           
 Set getCourseMeetings()
           
 String getDescription()
           
 int hashCode()
           
 void setCourseCode(String courseCode)
           
 void setCourseMeetings(Set courseMeetings)
           
 void setDescription(String description)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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)

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.