org.hibernate.envers.test.integration.notinsertable
Class NotInsertableTestEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.notinsertable.NotInsertableTestEntity

@Entity
public class NotInsertableTestEntity
extends Object


Constructor Summary
NotInsertableTestEntity()
           
NotInsertableTestEntity(Integer id, String data, String dataCopy)
           
NotInsertableTestEntity(String data)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData()
           
 String getDataCopy()
           
 Integer getId()
           
 int hashCode()
           
 void setData(String data)
           
 void setDataCopy(String dataCopy)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotInsertableTestEntity

public NotInsertableTestEntity()

NotInsertableTestEntity

public NotInsertableTestEntity(Integer id,
                               String data,
                               String dataCopy)

NotInsertableTestEntity

public NotInsertableTestEntity(String data)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)

getDataCopy

public String getDataCopy()

setDataCopy

public void setDataCopy(String dataCopy)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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