org.hibernate.envers.test.integration.inheritance.single.notownedrelation
Class PersonalContact

java.lang.Object
  extended by org.hibernate.envers.test.integration.inheritance.single.notownedrelation.Contact
      extended by org.hibernate.envers.test.integration.inheritance.single.notownedrelation.PersonalContact
All Implemented Interfaces:
Serializable

@Entity
public class PersonalContact
extends Contact

See Also:
Serialized Form

Constructor Summary
PersonalContact()
           
 
Method Summary
 String getFirstname()
           
 void setFirstname(String firstname)
           
 
Methods inherited from class org.hibernate.envers.test.integration.inheritance.single.notownedrelation.Contact
getAddresses, getEmail, getId, setAddresses, setEmail, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonalContact

public PersonalContact()
Method Detail

getFirstname

public String getFirstname()

setFirstname

public void setFirstname(String firstname)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.