org.apache.maven.model
Class Developer
java.lang.Object
org.apache.maven.model.Contributor
org.apache.maven.model.Developer
- All Implemented Interfaces:
- java.io.Serializable
- public class Developer
- extends Contributor
- implements java.io.Serializable
Information about one of the committers on this project.
Derived from
Contributor
.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
id
Field id |
private java.lang.String |
modelEncoding
|
Fields inherited from class org.apache.maven.model.Contributor |
|
Method Summary |
java.lang.String |
getId()
Get The username of the developer. |
java.lang.String |
getModelEncoding()
|
void |
setId(java.lang.String id)
Set The username of the developer. |
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 |
id
private java.lang.String id
- Field id
modelEncoding
private java.lang.String modelEncoding
Developer
public Developer()
getId
public java.lang.String getId()
- Get The username of the developer.
setId
public void setId(java.lang.String id)
- Set The username of the developer.
- Parameters:
id
-
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
- Overrides:
setModelEncoding
in class Contributor
getModelEncoding
public java.lang.String getModelEncoding()
- Overrides:
getModelEncoding
in class Contributor