org.hibernate.envers.test.integration.secondary.ids
Class SecondaryMulIdTestEntity

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

@Entity
public class SecondaryMulIdTestEntity
extends Object


Constructor Summary
SecondaryMulIdTestEntity()
           
SecondaryMulIdTestEntity(MulId id, String s1, String s2)
           
SecondaryMulIdTestEntity(String s1, String s2)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId1()
           
 Integer getId2()
           
 String getS1()
           
 String getS2()
           
 int hashCode()
           
 void setId1(Integer id1)
           
 void setId2(Integer id2)
           
 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

SecondaryMulIdTestEntity

public SecondaryMulIdTestEntity(MulId id,
                                String s1,
                                String s2)

SecondaryMulIdTestEntity

public SecondaryMulIdTestEntity(String s1,
                                String s2)

SecondaryMulIdTestEntity

public SecondaryMulIdTestEntity()
Method Detail

getId1

public Integer getId1()

setId1

public void setId1(Integer id1)

getId2

public Integer getId2()

setId2

public void setId2(Integer id2)

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.