org.hibernate.test.annotations.immutable
Class Country
java.lang.Object
org.hibernate.test.annotations.immutable.Country
- All Implemented Interfaces:
- Serializable
@Entity
public class Country
- extends Object
- implements Serializable
- 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()
getId
public Integer getId()
getName
public String getName()
setId
public void setId(Integer integer)
setName
public void setName(String string)
getStates
public List<State> getStates()
setStates
public void setStates(List<State> states)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.