org.hibernate.envers.test.integration.sameids
Class SameIdTestEntity1
java.lang.Object
org.hibernate.envers.test.integration.sameids.SameIdTestEntity1
@Entity
public class SameIdTestEntity1
- extends Object
SameIdTestEntity1
public SameIdTestEntity1()
SameIdTestEntity1
public SameIdTestEntity1(String str1)
SameIdTestEntity1
public SameIdTestEntity1(Integer id,
String str1)
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.