org.apache.maven.project
Class Developer

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

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.project.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

Developer

public Developer()
Method Detail

getId

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


setId

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

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


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.