org.hibernate.test.sql.hand
Class Person
java.lang.Object
   org.hibernate.test.sql.hand.Person
org.hibernate.test.sql.hand.Person
- public class Person 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Person
public Person(String name)
Person
public Person()
getId
public Long getId()
- 
- Returns:
- Returns the id.
 
setId
public void setId(Long id)
- 
- Parameters:
- id- The id to set.
 
getName
public String getName()
- 
- Returns:
- Returns the name.
 
setName
public void setName(String name)
- 
- Parameters:
- name- The name to set.
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.