org.apache.maven.model
Class Developer

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

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

Field Summary
private  java.lang.String id
          Field id
private  java.lang.String modelEncoding
           
 
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.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


modelEncoding

private java.lang.String modelEncoding
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