org.hibernate.envers.test.integration.naming
Class DetachedNamingTestEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.naming.DetachedNamingTestEntity

@Entity
public class DetachedNamingTestEntity
extends Object


Constructor Summary
DetachedNamingTestEntity()
           
DetachedNamingTestEntity(Integer id, String data)
           
DetachedNamingTestEntity(String data)
           
 
Method Summary
 boolean equals(Object o)
           
 Set<StrTestEntity> getCollection()
           
 String getData()
           
 Integer getId()
           
 int hashCode()
           
 void setCollection(Set<StrTestEntity> collection)
           
 void setData(String data)
           
 void setId(Integer id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DetachedNamingTestEntity

public DetachedNamingTestEntity()

DetachedNamingTestEntity

public DetachedNamingTestEntity(Integer id,
                                String data)

DetachedNamingTestEntity

public DetachedNamingTestEntity(String data)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)

getCollection

public Set<StrTestEntity> getCollection()

setCollection

public void setCollection(Set<StrTestEntity> collection)

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.