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

    • id

      private String id
      The unique ID of the developer in the SCM.
  • Constructor Details

    • Developer

      public Developer()
  • Method Details

    • 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.