org.hibernate.envers.test.integration.sameids
Class SameIdTestEntity2

java.lang.Object
  extended by org.hibernate.envers.test.integration.sameids.SameIdTestEntity2

@Entity
public class SameIdTestEntity2
extends Object


Constructor Summary
SameIdTestEntity2()
           
SameIdTestEntity2(Integer id, String str1)
           
SameIdTestEntity2(String str1)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 String getStr1()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setStr1(String str1)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SameIdTestEntity2

public SameIdTestEntity2()

SameIdTestEntity2

public SameIdTestEntity2(String str1)

SameIdTestEntity2

public SameIdTestEntity2(Integer id,
                         String str1)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getStr1

public String getStr1()

setStr1

public void setStr1(String str1)

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.