org.hibernate.test.annotations.idmanytoone
Class BasketItems

java.lang.Object
  extended by org.hibernate.test.annotations.idmanytoone.BasketItems
All Implemented Interfaces:
Serializable

@Entity
public class BasketItems
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BasketItems()
           
 
Method Summary
 Double getCost()
           
 ShoppingBaskets getShoppingBaskets()
           
 void setCost(double value)
           
 void setCost(Double value)
           
 void setShoppingBaskets(ShoppingBaskets value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasketItems

public BasketItems()
Method Detail

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.