|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
---|---|
java.lang.String |
getId()
Get The unique ID of the developer in the SCM. |
java.lang.String |
getModelEncoding()
|
void |
setId(java.lang.String id)
Set The unique ID of the developer in the SCM. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
Methods inherited from class org.apache.maven.model.Contributor |
---|
addProperty, addRole, getEmail, getName, getOrganization, getOrganizationUrl, getProperties, getRoles, getTimezone, getUrl, removeRole, setEmail, setName, setOrganization, setOrganizationUrl, setProperties, setRoles, setTimezone, setUrl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Developer()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class Contributor
public java.lang.String getModelEncoding()
getModelEncoding
in class Contributor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |