org.hibernate.test.annotations.entity
Class Bid
java.lang.Object
   org.hibernate.test.annotations.entity.Bid
org.hibernate.test.annotations.entity.Bid
- Direct Known Subclasses: 
- CommunityBid
- @Entity
public class Bid 
- extends Object
| Constructor Summary | 
| Bid()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Bid
public Bid()
getEditorsNote
public Starred getEditorsNote()
- 
 
setEditorsNote
public void setEditorsNote(Starred editorsNote)
- 
 
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getDescription
public String getDescription()
- 
 
setDescription
public void setDescription(String description)
- 
 
getNote
public Starred getNote()
- 
 
setNote
public void setNote(Starred note)
- 
 
getApproved
public Boolean getApproved()
- 
 
setApproved
public void setApproved(Boolean approved)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.