org.hibernate.test.fetchprofiles.join
Class Student
java.lang.Object
org.hibernate.test.fetchprofiles.join.Student
public class Student
- extends Object
TODO : javadoc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Student
public Student()
Student
public Student(String name)
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.