org.hibernate.test.annotations.notfound
Class Currency
java.lang.Object
org.hibernate.test.annotations.notfound.Currency
- All Implemented Interfaces:
- Serializable
@Entity
public class Currency
- 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 |
Currency
public Currency()
getId
public Integer getId()
setId
public void setId(Integer id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.