org.hibernate.test.annotations.entity
Class Country
java.lang.Object
   org.hibernate.test.annotations.entity.Country
org.hibernate.test.annotations.entity.Country
- All Implemented Interfaces: 
- Serializable
- public class Country 
- extends Object- implements Serializable
Serializable object to be serialized in DB as is
- See Also:
- Serialized Form
 
 
 
Country
public Country()
getName
public String getName()
- 
 
- 
 
setName
public void setName(String name)
- 
 
- 
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.