org.hibernate.test.joinfetch
Class Bid
java.lang.Object
org.hibernate.test.joinfetch.Bid
public class Bid
- extends Object
|
Constructor Summary |
Bid(Item item,
float amount)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bid
public Bid(Item item,
float amount)
getAmount
public float getAmount()
setAmount
public void setAmount(float amount)
getItem
public Item getItem()
setItem
public void setItem(Item item)
getTimestamp
public Calendar getTimestamp()
setTimestamp
public void setTimestamp(Calendar timestamp)
getId
public Long getId()
setId
public void setId(Long id)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.