public class Developer extends Contributor implements Serializable, Cloneable
| Constructor and Description | 
|---|
| Developer() | 
| Modifier and Type | Method and Description | 
|---|---|
| Developer | clone()Method clone. | 
| String | getId()Get the unique ID of the developer in the SCM. | 
| void | setId(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, setOtherLocation, setProperties, setRoles, setTimezone, setUrlpublic Developer clone()
clone in class Contributorpublic String getId()
public void setId(String id)
id - Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.