Constructor and Description |
---|
Vendor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getId()
Get the Cloudwords
Vendor ID. |
String |
getName()
Get the
Vendor name |
String |
getPath()
Get the API-accessible path to this
Vendor . |
int |
hashCode() |
boolean |
isRequiresBidding()
Gets whether this preferred
Vendor is required to submit bid before translations can proceed. |
void |
setId(int id)
Set the Cloudwords
Vendor ID. |
void |
setName(String name)
Set the
Vendor name. |
void |
setPath(String path)
Set the API-accessible path to this
Vendor . |
void |
setRequiresBidding(boolean requiresBidding)
Set whether this
Vendor requires bidding or not. |
String |
toString() |
public String getPath()
Vendor
. This is the HTTP accessible path to
perform a GET on the Vendor
. Please refer to the API documentation for more detail.Vendor
public boolean isRequiresBidding()
Vendor
is required to submit bid before translations can proceed. Please refer to the API
documentation for more detail.public void setRequiresBidding(boolean requiresBidding)
Vendor
requires bidding or not.requiresBidding
- Whether or not this project requires bidding.public void setPath(String path)
Vendor
. (Note: The path is a read-only field with
Cloudwords API - Cloudwords will automatically calculate the API-accessible path on any
project representation returned from the API).path
- Path to this Vendor
Copyright © 2016. All rights reserved.