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

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

@Entity
public class Address
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Address()
           
Address(Long id, String address1)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAddress1()
           
 Contact getContact()
           
 Long getId()
           
 int hashCode()
           
 void setAddress1(String address1)
           
 void setContact(Contact contact)
           
 void setId(Long id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(Long id,
               String address1)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getAddress1

public String getAddress1()

setAddress1

public void setAddress1(String address1)

getContact

public Contact getContact()

setContact

public void setContact(Contact contact)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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