org.hibernate.envers.test.integration.naming.quotation
Class QuotedFieldsEntity

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

@Entity
public class QuotedFieldsEntity
extends Object


Constructor Summary
QuotedFieldsEntity()
           
QuotedFieldsEntity(Long id, String data1, Integer data2)
           
QuotedFieldsEntity(String data1, Integer data2)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData1()
           
 Integer getData2()
           
 Long getId()
           
 int hashCode()
           
 void setData1(String data1)
           
 void setData2(Integer data2)
           
 void setId(Long id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuotedFieldsEntity

public QuotedFieldsEntity()

QuotedFieldsEntity

public QuotedFieldsEntity(String data1,
                          Integer data2)

QuotedFieldsEntity

public QuotedFieldsEntity(Long id,
                          String data1,
                          Integer data2)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getData1

public String getData1()

setData1

public void setData1(String data1)

getData2

public Integer getData2()

setData2

public void setData2(Integer data2)

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.