org.hibernate.envers.test.integration.properties
Class PropertiesTestEntity
java.lang.Object
org.hibernate.envers.test.integration.properties.PropertiesTestEntity
@Entity
public class PropertiesTestEntity
- extends Object
PropertiesTestEntity
public PropertiesTestEntity()
PropertiesTestEntity
public PropertiesTestEntity(String str)
PropertiesTestEntity
public PropertiesTestEntity(Integer id,
String str)
getId
public Integer getId()
setId
public void setId(Integer id)
getStr
public String getStr()
setStr
public void setStr(String str)
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.