org.hibernate.envers.test.integration.accesstype
Class PropertyAccessTypeEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.accesstype.PropertyAccessTypeEntity

@Entity
public class PropertyAccessTypeEntity
extends Object


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

Constructor Detail

PropertyAccessTypeEntity

public PropertyAccessTypeEntity()

PropertyAccessTypeEntity

public PropertyAccessTypeEntity(String data)

PropertyAccessTypeEntity

public PropertyAccessTypeEntity(Integer id,
                                String data)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)

isIdSet

public boolean isIdSet()

isDataSet

public boolean isDataSet()

writeData

public void writeData(String data)

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.