org.hibernate.test.annotations.embedded
Class Country
java.lang.Object
org.hibernate.test.annotations.embedded.Country
- All Implemented Interfaces:
- Serializable
@Embeddable
public class Country
- extends Object
- implements Serializable
Non realistic embedded dependent object
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Country
public Country()
getIso2
public String getIso2()
setIso2
public void setIso2(String iso2)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.