org.richfaces.demo.extendeddatamodel
Class AuctionItem
java.lang.Object
org.richfaces.demo.extendeddatamodel.AuctionItem
public class AuctionItem
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuctionItem
public AuctionItem(java.lang.Integer pk)
getPk
public java.lang.Integer getPk()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getBid
public java.lang.Double getBid()
setBid
public void setBid(java.lang.Double bid)
getHighestBid
public java.lang.Double getHighestBid()
setHighestBid
public void setHighestBid(java.lang.Double highestBid)
getQtyRequested
public java.lang.Integer getQtyRequested()
setQtyRequested
public void setQtyRequested(java.lang.Integer qty)
getAmount
public java.lang.Double getAmount()
getQtyAvialable
public java.lang.Integer getQtyAvialable()
setQtyAvialable
public void setQtyAvialable(java.lang.Integer qtyAvialable)
placeBid
public void placeBid(javax.faces.event.ActionEvent event)
getBidInput
public javax.faces.component.UIComponent getBidInput()
setBidInput
public void setBidInput(javax.faces.component.UIComponent bidInput)
getQtyInput
public javax.faces.component.UIComponent getQtyInput()
setQtyInput
public void setQtyInput(javax.faces.component.UIComponent qtyInput)
Copyright © 2009. All Rights Reserved.