org.hibernate.test.annotations.idmanytoone
Class BasketItems
java.lang.Object
   org.hibernate.test.annotations.idmanytoone.BasketItems
org.hibernate.test.annotations.idmanytoone.BasketItems
- All Implemented Interfaces: 
- Serializable
- @Entity
public class BasketItems 
- 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 | 
 
BasketItems
public BasketItems()
setCost
public void setCost(double value)
- 
 
- 
 
setCost
public void setCost(Double value)
- 
 
- 
 
getCost
public Double getCost()
- 
 
- 
 
setShoppingBaskets
public void setShoppingBaskets(ShoppingBaskets value)
- 
 
- 
 
getShoppingBaskets
public ShoppingBaskets getShoppingBaskets()
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.