org.hibernate.envers.test.entities.ids
Class EmbIdTestEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.ids.EmbIdTestEntity

@Entity
public class EmbIdTestEntity
extends Object


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

Constructor Detail

EmbIdTestEntity

public EmbIdTestEntity()

EmbIdTestEntity

public EmbIdTestEntity(String str1)

EmbIdTestEntity

public EmbIdTestEntity(EmbId id,
                       String str1)
Method Detail

getId

public EmbId getId()

setId

public void setId(EmbId id)

getStr1

public String getStr1()

setStr1

public void setStr1(String str1)

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.