org.hibernate.test.querycache
Class Course
java.lang.Object
org.hibernate.test.querycache.Course
- All Implemented Interfaces:
- Serializable
public class Course
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Course
public Course()
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.