org.hibernate.test.annotations.idmanytoone
Class BasketItemsPK

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

@Embeddable
public class BasketItemsPK
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

BasketItemsPK

public BasketItemsPK()
Method Detail

equals

public boolean equals(Object aObj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setShoppingBaskets

public void setShoppingBaskets(ShoppingBaskets value)

getShoppingBaskets

public ShoppingBaskets getShoppingBaskets()

setCost

public void setCost(Double value)

getCost

public Double getCost()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.