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

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

@Entity
public class SecondaryEmbIdTestEntity
extends Object


Constructor Summary
SecondaryEmbIdTestEntity()
           
SecondaryEmbIdTestEntity(EmbId id, String s1, String s2)
           
SecondaryEmbIdTestEntity(String s1, String s2)
           
 
Method Summary
 boolean equals(Object o)
           
 EmbId getId()
           
 String getS1()
           
 String getS2()
           
 int hashCode()
           
 void setId(EmbId 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

SecondaryEmbIdTestEntity

public SecondaryEmbIdTestEntity(EmbId id,
                                String s1,
                                String s2)

SecondaryEmbIdTestEntity

public SecondaryEmbIdTestEntity(String s1,
                                String s2)

SecondaryEmbIdTestEntity

public SecondaryEmbIdTestEntity()
Method Detail

getId

public EmbId getId()

setId

public void setId(EmbId 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.