org.hibernate.envers.test.integration.merge
Class GivenIdStrEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.merge.GivenIdStrEntity

@Entity
public class GivenIdStrEntity
extends Object


Constructor Summary
GivenIdStrEntity()
           
GivenIdStrEntity(Integer id, String data)
           
 
Method Summary
 boolean equals(Object o)
           
 String getData()
           
 Integer getId()
           
 int hashCode()
           
 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

GivenIdStrEntity

public GivenIdStrEntity()

GivenIdStrEntity

public GivenIdStrEntity(Integer id,
                        String data)
Method Detail

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

getId

public Integer getId()

setId

public void setId(Integer id)

getData

public String getData()

setData

public void setData(String data)


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