public class BidSummary extends BaseResource
Vendor
provided bid.Constructor and Description |
---|
BidSummary() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Get the total amount of this
CustomerBid |
String |
getDescription()
Get the description provided by the
Vendor for this bid |
Integer |
getId()
The unique ID associated with this
CustomerBid |
CodeAndDisplay |
getStatus()
Get the
CustomerBid status. |
void |
setAmount(BigDecimal amount)
Set the total amount of this
CustomerBid |
void |
setDescription(String description)
Set the description provided by the
Vendor for this bid |
void |
setId(Integer id)
Set the unique ID associated with this
CustomerBid |
void |
setStatus(CodeAndDisplay status)
Set the
CustomerBid status. |
getPath, setPath
public Integer getId()
CustomerBid
CustomerBid
public void setId(Integer id)
CustomerBid
id
- The unique ID associated with this CustomerBid
public CodeAndDisplay getStatus()
CustomerBid
status.CustomerBid
public void setStatus(CodeAndDisplay status)
CustomerBid
status. (Note: Bid status is a read-only
field with the Cloudwords API - setting a CustomerBid
status and sending it to the API
will have no effect.)status
- of this CustomerBid
public String getDescription()
Vendor
for this bidVendor
for this bidpublic void setDescription(String description)
Vendor
for this biddescription
- Set the description provided by the Vendor
for this bidpublic BigDecimal getAmount()
CustomerBid
CustomerBid
public void setAmount(BigDecimal amount)
CustomerBid
amount
- The total amount of this CustomerBid
Copyright © 2016. All rights reserved.