org.apache.maven.model
Class Developer
java.lang.Object
  
org.apache.maven.model.Contributor
      
org.apache.maven.model.Developer
- All Implemented Interfaces: 
 - Serializable, Cloneable, InputLocationTracker
 
public class Developer
- extends Contributor
- implements Serializable, Cloneable
  
Information about one of the committers on this project.
- Version:
 
  - $Revision$ $Date$
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class org.apache.maven.model.Contributor | 
addProperty, addRole, getEmail, getLocation, getName, getOrganization, getOrganizationUrl, getProperties, getRoles, getTimezone, getUrl, removeRole, setEmail, setLocation, setName, setOrganization, setOrganizationUrl, setProperties, setRoles, setTimezone, setUrl | 
 
 
Developer
public Developer()
clone
public Developer clone()
- Method clone.
- Overrides:
 clone in class Contributor
 
- Returns:
 - Developer
 
 
 
getId
public String getId()
- Get the unique ID of the developer in the SCM.
 
- Returns:
 - String
 
 
 
setId
public void setId(String id)
- Set the unique ID of the developer in the SCM.
 
- Parameters:
 id - 
 
 
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.