org.apache.maven.model
Class Developer
java.lang.Object
  
org.apache.maven.model.Contributor
      
org.apache.maven.model.Developer
- All Implemented Interfaces: 
 - Serializable
 
public class Developer
- extends Contributor
- implements Serializable
  
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, 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 | 
 
Developer
public 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 - 
 
 
setModelEncoding
public void setModelEncoding(String modelEncoding)
- Set an encoding used for reading/writing the model.
- Overrides:
 setModelEncoding in class Contributor
 
- Parameters:
 modelEncoding - the encoding used when reading/writing the model.
 
 
getModelEncoding
public String getModelEncoding()
- Overrides:
 getModelEncoding in class Contributor
 
- Returns:
 - the current encoding used when reading/writing this model.
 
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.