org.hibernate.envers.test.integration.inheritance.tableperclass.notownedrelation
Class Contact

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

@Entity
public class Contact
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Contact()
           
Contact(Long id, String email)
           
 
Method Summary
 Set<Address> getAddresses()
           
 String getEmail()
           
 Long getId()
           
 void setAddresses(Set<Address> addresses)
           
 void setEmail(String email)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()

Contact

public Contact(Long id,
               String email)
Method Detail

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.