org.hibernate.test.criteria
Class CourseMeetingId
java.lang.Object
org.hibernate.test.criteria.CourseMeetingId
- All Implemented Interfaces:
- Serializable
public class CourseMeetingId
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseMeetingId
public CourseMeetingId()
CourseMeetingId
public CourseMeetingId(Course course,
String day,
int period,
String location)
getCourseCode
public String getCourseCode()
setCourseCode
public void setCourseCode(String courseCode)
getDay
public String getDay()
setDay
public void setDay(String day)
getPeriod
public int getPeriod()
setPeriod
public void setPeriod(int period)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.