org.hibernate.test.annotations.idclassgeneratedvalue
Class Simple
java.lang.Object
   org.hibernate.test.annotations.idclassgeneratedvalue.Simple
org.hibernate.test.annotations.idclassgeneratedvalue.Simple
- All Implemented Interfaces: 
- Serializable
- @Entity
public class Simple 
- extends Object- implements Serializable
A Simple entity class.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Simple
public Simple()
Simple
public Simple(Long id1,
              Long id2,
              int quantity)
getId1
public Long getId1()
- 
 
- 
 
getId2
public Long getId2()
- 
 
- 
 
getQuantity
public int getQuantity()
- 
 
- 
 
setQuantity
public void setQuantity(int quantity)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.