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

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

@Entity
public class CompositeDateIdTestEntity
extends Object


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

Constructor Detail

CompositeDateIdTestEntity

public CompositeDateIdTestEntity()

CompositeDateIdTestEntity

public CompositeDateIdTestEntity(String str1)

CompositeDateIdTestEntity

public CompositeDateIdTestEntity(DateEmbId id,
                                 String str1)
Method Detail

getId

public DateEmbId getId()

setId

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