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

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

@Entity
public class DateIdTestEntity
extends Object


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

Constructor Detail

DateIdTestEntity

public DateIdTestEntity()

DateIdTestEntity

public DateIdTestEntity(String str1)

DateIdTestEntity

public DateIdTestEntity(Date id,
                        String str1)
Method Detail

getId

public Date getId()

setId

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