org.hibernate.envers.test.integration.inheritance.single.notownedrelation
Class PersonalContact
java.lang.Object
org.hibernate.envers.test.integration.inheritance.single.notownedrelation.Contact
org.hibernate.envers.test.integration.inheritance.single.notownedrelation.PersonalContact
- All Implemented Interfaces:
- Serializable
@Entity
public class PersonalContact
- extends Contact
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonalContact
public PersonalContact()
getFirstname
public String getFirstname()
setFirstname
public void setFirstname(String firstname)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.