org.hibernate.test.propertyref.inheritence.discrim
Class Person
java.lang.Object
org.hibernate.test.propertyref.inheritence.discrim.Person
- Direct Known Subclasses:
- Customer
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.
getPersonId
public String getPersonId()
setPersonId
public void setPersonId(String personId)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.