Package 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
Information about one of the committers on this project.
- Version:
 - $Revision$ $Date$
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
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, setOtherLocation, setProperties, setRoles, setTimezone, setUrl 
- 
Constructor Details
- 
Developer
public Developer() 
 - 
 - 
Method Details
- 
clone
Method clone.- Overrides:
 clonein classContributor- Returns:
 - Developer
 
 - 
getId
Get the unique ID of the developer in the SCM.- Returns:
 - String
 
 - 
setId
Set the unique ID of the developer in the SCM.- Parameters:
 id- a id object.
 - 
toString
- Overrides:
 toStringin classContributor- See Also:
 
 
 -