org.hibernate.envers.test.integration.basic
Class BasicTestEntity1

java.lang.Object
  extended by org.hibernate.envers.test.integration.basic.BasicTestEntity1

@Entity
public class BasicTestEntity1
extends Object


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

Constructor Detail

BasicTestEntity1

public BasicTestEntity1()

BasicTestEntity1

public BasicTestEntity1(String str1,
                        long long1)

BasicTestEntity1

public BasicTestEntity1(Integer id,
                        String str1,
                        long long1)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getStr1

public String getStr1()

setStr1

public void setStr1(String str1)

getLong1

public long getLong1()

setLong1

public void setLong1(long long1)

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.