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

Information about one of the committers on this project. Derived from Contributor.

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

Constructor Summary
Developer()
           
 
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
 

Constructor Detail

Developer

public Developer()
Method Detail

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


Copyright 2006 Apache Software Foundation. All Rights Reserved.