org.hibernate.envers.test.integration.inheritance.joined.notownedrelation
Class Contact
java.lang.Object
   org.hibernate.envers.test.integration.inheritance.joined.notownedrelation.Contact
org.hibernate.envers.test.integration.inheritance.joined.notownedrelation.Contact
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- PersonalContact
- @Entity
public class Contact 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Contact
public Contact()
Contact
public Contact(Long id,
               String email)
getId
public Long getId()
- 
 
- 
 
setId
public void setId(Long id)
- 
 
- 
 
getEmail
public String getEmail()
- 
 
- 
 
setEmail
public void setEmail(String email)
- 
 
- 
 
getAddresses
public Set<Address> getAddresses()
- 
 
- 
 
setAddresses
public void setAddresses(Set<Address> addresses)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.