Class 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 Detail

      • Developer

        public Developer()
    • Method Detail

      • 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:
        toString in class Contributor
        See Also:
        Object.toString()