public class BaseProject extends BaseResource
BaseProject
resource in Cloudwords. A BaseProject
is the central resource in Cloudwords,
as it represents an initiative to translate some content. It contains information, both necessary and optional, to
define a BaseProject
's requirements, such as the content's source Language
and requested target
Language
s to translate into.Constructor and Description |
---|
BaseProject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getId()
Get the Cloudwords ID of this
BaseProject . |
String |
getName()
Get the
BaseProject name. |
int |
hashCode() |
void |
setId(int id)
Set the Cloudwords ID of this
BaseProject . |
void |
setName(String name)
Set the
BaseProject name. |
getPath, setPath
public int getId()
BaseProject
.BaseProject
public void setId(int id)
BaseProject
.id
- of this BaseProject
public String getName()
BaseProject
name.BaseProject
public void setName(String name)
BaseProject
name.name
- of this BaseProject
Copyright © 2016. All rights reserved.