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:
  • Constructor Details

    • Developer

      public Developer()
  • Method Details

    • 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 - a id object.
    • toString

      public String toString()
      Overrides:
      toString in class Contributor
      See Also: