org.hibernate.envers.test.integration.secondary
Class SecondaryTestEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.secondary.SecondaryTestEntity

@Entity
public class SecondaryTestEntity
extends Object


Constructor Summary
SecondaryTestEntity()
           
SecondaryTestEntity(Integer id, String s1, String s2)
           
SecondaryTestEntity(String s1, String s2)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 String getS1()
           
 String getS2()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setS1(String s1)
           
 void setS2(String s2)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecondaryTestEntity

public SecondaryTestEntity(Integer id,
                           String s1,
                           String s2)

SecondaryTestEntity

public SecondaryTestEntity(String s1,
                           String s2)

SecondaryTestEntity

public SecondaryTestEntity()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getS1

public String getS1()

setS1

public void setS1(String s1)

getS2

public String getS2()

setS2

public void setS2(String s2)

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.