|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.Contributor
org.apache.maven.model.Developer
public class Developer
Information about one of the committers on this project.
Constructor Summary | |
---|---|
Developer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.maven.model.Contributor |
---|
addProperty, addRole, getEmail, getLocation, getName, getOrganization, getOrganizationUrl, getProperties, getRoles, getTimezone, getUrl, removeRole, setEmail, setLocation, setName, setOrganization, setOrganizationUrl, setProperties, setRoles, setTimezone, setUrl |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Developer()
Method Detail |
---|
public Developer clone()
clone
in class Contributor
public java.lang.String getId()
public void setId(java.lang.String id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |