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

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

@Entity
public class PersonalContact
extends Contact

See Also:
Serialized Form

Constructor Summary
PersonalContact()
           
PersonalContact(Long id, String email, String firstname)
           
 
Method Summary
 String getFirstname()
           
 void setFirstname(String firstname)
           
 
Methods inherited from class org.hibernate.envers.test.integration.inheritance.joined.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()

PersonalContact

public PersonalContact(Long id,
                       String email,
                       String firstname)
Method Detail

getFirstname

public String getFirstname()

setFirstname

public void setFirstname(String firstname)


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