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 Float
getAmount()
Gets the value of the amount property.Object
getBidder()
Gets the value of the bidder property.Date
getBidTime()
Gets the value of the bidTime property.Integer
getId()
Gets the value of the id property.Object
getItem()
Gets the value of the item property.void
setAmount(Float value)
Sets the value of the amount property.void
setBidder(Object value)
Sets the value of the bidder property.void
setBidTime(Date value)
Sets the value of the bidTime property.void
setId(Integer value)
Sets the value of the id property.void
setItem(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
-
-