org.hibernate.test.criteria
Class CourseMeeting
java.lang.Object
org.hibernate.test.criteria.CourseMeeting
public class CourseMeeting
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseMeeting
public CourseMeeting()
CourseMeeting
public CourseMeeting(Course course,
String day,
int period,
String location)
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.