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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.maven.model.ContributoraddProperty, addRole, getEmail, getLocation, getName, getOrganization, getOrganizationUrl, getProperties, getRoles, getTimezone, getUrl, removeRole, setEmail, setLocation, setName, setOrganization, setOrganizationUrl, setOtherLocation, setProperties, setRoles, setTimezone, setUrl
- 
Constructor Details- 
Developerpublic Developer()
 
- 
- 
Method Details- 
cloneMethod clone.- Overrides:
- clonein class- Contributor
- Returns:
- Developer
 
- 
getIdGet the unique ID of the developer in the SCM.- Returns:
- String
 
- 
setIdSet the unique ID of the developer in the SCM.- Parameters:
- id- a id object.
 
- 
toString- Overrides:
- toStringin class- Contributor
- See Also:
 
 
-