org.apache.maven.model.v3_0_0
Class Developer

java.lang.Object
  extended by org.apache.maven.model.v3_0_0.Contributor
      extended by org.apache.maven.model.v3_0_0.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.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.lang.String id
          The unique ID of the developer in the SCM.
 
Constructor Summary
Developer()
           
 
Method Summary
 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.v3_0_0.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
 

Field Detail

id

private java.lang.String id
The unique ID of the developer in the SCM.

Constructor Detail

Developer

public Developer()
Method Detail

getId

public java.lang.String getId()
Get the unique ID of the developer in the SCM.

Returns:
String

setId

public void setId(java.lang.String id)
Set the unique ID of the developer in the SCM.

Parameters:
id -