org.hibernate.test.annotations.entity
Class Bid

java.lang.Object
  extended by org.hibernate.test.annotations.entity.Bid
Direct Known Subclasses:
CommunityBid

@Entity
public class Bid
extends Object


Constructor Summary
Bid()
           
 
Method Summary
 Boolean getApproved()
           
 String getDescription()
           
 Starred getEditorsNote()
           
 Integer getId()
           
 Starred getNote()
           
 void setApproved(Boolean approved)
           
 void setDescription(String description)
           
 void setEditorsNote(Starred editorsNote)
           
 void setId(Integer id)
           
 void setNote(Starred note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bid

public Bid()
Method Detail

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.