org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation
Class PersonalContact
java.lang.Object
   org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation.Contact
org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation.Contact
       org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation.PersonalContact
org.hibernate.envers.test.integration.inheritance.tableperclass.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()
PersonalContact
public PersonalContact(Long id,
                       String email,
                       String firstname)
getFirstname
public String getFirstname()
- 
 
setFirstname
public void setFirstname(String firstname)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.