org.hibernate.test.annotations.manytomany
Class CatPk
java.lang.Object
org.hibernate.test.annotations.manytomany.CatPk
- All Implemented Interfaces:
- Serializable
public class CatPk
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
CatPk()
|
CatPk
public CatPk()
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.