public class Developer extends Contributor implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
id
The unique ID of the developer in the SCM.
|
| Constructor and Description |
|---|
Developer() |
| Modifier and Type | Method and Description |
|---|---|
Developer |
clone()
Method clone.
|
java.lang.String |
getId()
Get the unique ID of the developer in the SCM.
|
void |
setId(java.lang.String id)
Set the unique ID of the developer in the SCM.
|
addProperty, addRole, getEmail, getLocation, getName, getOrganization, getOrganizationUrl, getProperties, getRoles, getTimezone, getUrl, removeRole, setEmail, setLocation, setName, setOrganization, setOrganizationUrl, setProperties, setRoles, setTimezone, setUrlpublic Developer clone()
clone in class Contributorpublic java.lang.String getId()
public void setId(java.lang.String id)
id -