org.hibernate.test.propertyref.inheritence.joined
Class Person
java.lang.Object
org.hibernate.test.propertyref.inheritence.joined.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()
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.
getBankAccount
public BankAccount getBankAccount()
setBankAccount
public void setBankAccount(BankAccount bankAccount)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.