org.hibernate.test.annotations.manytomany
Class CatPk

java.lang.Object
  extended by org.hibernate.test.annotations.manytomany.CatPk
All Implemented Interfaces:
Serializable

public class CatPk
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CatPk()
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getThoroughbred()
           
 int hashCode()
           
 void setName(String name)
           
 void setThoroughbred(String thoroughbred)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatPk

public CatPk()
Method Detail

getThoroughbred

public String getThoroughbred()

setThoroughbred

public void setThoroughbred(String thoroughbred)

getName

public String getName()

setName

public void setName(String name)

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.