org.hibernate.test.criteria
Class CourseMeetingId

java.lang.Object
  extended by org.hibernate.test.criteria.CourseMeetingId
All Implemented Interfaces:
Serializable

public class CourseMeetingId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CourseMeetingId()
           
CourseMeetingId(Course course, String day, int period, String location)
           
 
Method Summary
 String getCourseCode()
           
 String getDay()
           
 String getLocation()
           
 int getPeriod()
           
 void setCourseCode(String courseCode)
           
 void setDay(String day)
           
 void setLocation(String location)
           
 void setPeriod(int period)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseMeetingId

public CourseMeetingId()

CourseMeetingId

public CourseMeetingId(Course course,
                       String day,
                       int period,
                       String location)
Method Detail

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.