org.apache.maven.model
Class Developer

java.lang.Object
  extended byorg.apache.maven.model.Contributor
      extended byorg.apache.maven.model.Developer
All Implemented Interfaces:
java.io.Serializable

public class Developer
extends Contributor
implements java.io.Serializable

Class Developer.

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

Field Summary
private  java.lang.String id
          Field id
 
Fields inherited from class org.apache.maven.model.Contributor
 
Constructor Summary
Developer()
           
 
Method Summary
 java.lang.String getId()
          Method getId
 void setId(java.lang.String id)
          Method setId
 
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
 

Field Detail

id

private java.lang.String id
Field id

Constructor Detail

Developer

public Developer()
Method Detail

getId

public java.lang.String getId()
Method getId


setId

public void setId(java.lang.String id)
Method setId

Parameters:
id -