public class ChangeOrderBid extends BaseResource
ChangeOrderBid
bid provided for a given Cloudwords ChangeOrder
in context of a
Project
.Constructor and Description |
---|
ChangeOrderBid() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Get the Cloudwords
ChangeOrderBid amount. |
List<BidItem> |
getBidItems()
Get the Cloudwords
ChangeOrderBid bidItem list. |
String |
getDescription()
Get the Cloudwords
ChangeOrderBid description. |
Integer |
getId()
Get the Cloudwords
ChangeOrderBid id. |
void |
setAmount(BigDecimal amount)
Set the Cloudwords
ChangeOrderBid amount. |
void |
setBidItems(List<BidItem> bidItems)
Set the Cloudwords
ChangeOrderBid bid item list. |
void |
setDescription(String description)
Set the Cloudwords
ChangeOrderBid description. |
void |
setId(Integer id)
Sets the Cloudwords
ChangeOrderBid id. |
getPath, setPath
public Integer getId()
ChangeOrderBid
id.public void setId(Integer id)
ChangeOrderBid
id.id
- The id to set.public String getDescription()
ChangeOrderBid
description.public void setDescription(String description)
ChangeOrderBid
description.description
- The description to set.public BigDecimal getAmount()
ChangeOrderBid
amount.public void setAmount(BigDecimal amount)
ChangeOrderBid
amount.amount
- The amount to set.public List<BidItem> getBidItems()
ChangeOrderBid
bidItem list.public void setBidItems(List<BidItem> bidItems)
ChangeOrderBid
bid item list.bidItems
- The bidItems to set.Copyright © 2016. All rights reserved.