org.hibernate.test.annotations.indexcoll
Class Dress

java.lang.Object
  extended by org.hibernate.test.annotations.indexcoll.Dress

@Entity
public class Dress
extends Object


Constructor Summary
Dress()
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 int hashCode()
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dress

public Dress()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

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.