public class BidItemTask extends BaseResource
Constructor and Description |
---|
BidItemTask() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAttributes()
Get the map of attributes specific to this
BidItemTask 's
ProjectTaskType , such as the number of words to be
translated |
BigDecimal |
getCost()
Get the cost for this
BidItemTask |
Integer |
getId()
Get the unique ID for this
BidItemTask |
ProjectTaskType |
getProjectTaskType()
|
void |
setAttributes(Map<String,Object> attributes)
Set the map of attributes specific to this
BidItemTask 's
ProjectTaskType , such as the number of words to be
translated |
void |
setCost(BigDecimal cost)
Set the cost for this
BidItemTask |
void |
setId(Integer id)
Set the unique ID for this
BidItemTask |
void |
setProjectTaskType(ProjectTaskType projectTaskType)
|
getPath, setPath
public ProjectTaskType getProjectTaskType()
Vendor
ProjectTaskType
for this BidItemTask
public void setProjectTaskType(ProjectTaskType projectTaskType)
projectTaskType
- The Vendor
ProjectTaskType
for this BidItemTask
public BigDecimal getCost()
BidItemTask
BidItemTask
public void setCost(BigDecimal cost)
BidItemTask
cost
- The cost for this BidItemTask
public Integer getId()
BidItemTask
BidItemTask
public void setId(Integer id)
BidItemTask
id
- The unique ID for this BidItemTask
public Map<String,Object> getAttributes()
BidItemTask
's
ProjectTaskType
, such as the number of words to be
translatedBidItemTask
's
ProjectTaskType
public void setAttributes(Map<String,Object> attributes)
BidItemTask
's
ProjectTaskType
, such as the number of words to be
translatedattributes
- The map of attributes specific to this BidItemTask
's
ProjectTaskType
Copyright © 2016. All rights reserved.