org.apache.maven.continuum.model.project.v1_0_9
Class ProjectDeveloper

java.lang.Object
  extended by org.apache.maven.continuum.model.project.v1_0_9.ProjectDeveloper
All Implemented Interfaces:
Serializable

public class ProjectDeveloper
extends Object
implements Serializable

Class ProjectDeveloper.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ProjectDeveloper()
           
 
Method Summary
 int getContinuumId()
          Get the continuumId field.
 String getEmail()
          Get the email field.
 String getName()
          Get the name field.
 String getScmId()
          Get the scmId field.
 void setContinuumId(int continuumId)
          Set the continuumId field.
 void setEmail(String email)
          Set the email field.
 void setName(String name)
          Set the name field.
 void setScmId(String scmId)
          Set the scmId field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDeveloper

public ProjectDeveloper()
Method Detail

getContinuumId

public int getContinuumId()
Get the continuumId field.

Returns:
int

getEmail

public String getEmail()
Get the email field.

Returns:
String

getName

public String getName()
Get the name field.

Returns:
String

getScmId

public String getScmId()
Get the scmId field.

Returns:
String

setContinuumId

public void setContinuumId(int continuumId)
Set the continuumId field.

Parameters:
continuumId -

setEmail

public void setEmail(String email)
Set the email field.

Parameters:
email -

setName

public void setName(String name)
Set the name field.

Parameters:
name -

setScmId

public void setScmId(String scmId)
Set the scmId field.

Parameters:
scmId -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.