Package org.apache.maven.model
Class Developer
- java.lang.Object
-
- org.apache.maven.model.Contributor
-
- org.apache.maven.model.Developer
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,InputLocationTracker
public class Developer extends Contributor implements java.io.Serializable, java.lang.Cloneable
Information about one of the committers on this project.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Developer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Developerclone()Method clone.java.lang.StringgetId()Get the unique ID of the developer in the SCM.voidsetId(java.lang.String id)Set the unique ID of the developer in the SCM.java.lang.StringtoString()-
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
-
-
-
-
Method Detail
-
clone
public Developer clone()
Method clone.- Overrides:
clonein classContributor- Returns:
- Developer
-
getId
public java.lang.String getId()
Get the unique ID of the developer in the SCM.- Returns:
- String
-
setId
public void setId(java.lang.String id)
Set the unique ID of the developer in the SCM.- Parameters:
id- a id object.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classContributor- See Also:
Object.toString()
-
-