Package ejava.projects.esales.dto
Class Bid
- java.lang.Object
-
- ejava.projects.esales.dto.Bid
-
public class Bid extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bidTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="item" type="{http://www.w3.org/2001/XMLSchema}IDREF"/> <element name="bidder" type="{http://www.w3.org/2001/XMLSchema}IDREF"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAmount()Gets the value of the amount property.ObjectgetBidder()Gets the value of the bidder property.DategetBidTime()Gets the value of the bidTime property.IntegergetId()Gets the value of the id property.ObjectgetItem()Gets the value of the item property.voidsetAmount(Float value)Sets the value of the amount property.voidsetBidder(Object value)Sets the value of the bidder property.voidsetBidTime(Date value)Sets the value of the bidTime property.voidsetId(Integer value)Sets the value of the id property.voidsetItem(Object value)Sets the value of the item property.
-
-
-
Method Detail
-
getBidTime
public Date getBidTime()
Gets the value of the bidTime property.- Returns:
- possible object is
String
-
setBidTime
public void setBidTime(Date value)
Sets the value of the bidTime property.- Parameters:
value- allowed object isString
-
getAmount
public Float getAmount()
Gets the value of the amount property.- Returns:
- possible object is
String
-
setAmount
public void setAmount(Float value)
Sets the value of the amount property.- Parameters:
value- allowed object isString
-
getItem
public Object getItem()
Gets the value of the item property.- Returns:
- possible object is
Object
-
setItem
public void setItem(Object value)
Sets the value of the item property.- Parameters:
value- allowed object isObject
-
getBidder
public Object getBidder()
Gets the value of the bidder property.- Returns:
- possible object is
Object
-
setBidder
public void setBidder(Object value)
Sets the value of the bidder property.- Parameters:
value- allowed object isObject
-
-