|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.model.project.v1_0_9.ProjectDeveloper
public class ProjectDeveloper
Class ProjectDeveloper.
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 |
---|
public ProjectDeveloper()
Method Detail |
---|
public int getContinuumId()
public String getEmail()
public String getName()
public String getScmId()
public void setContinuumId(int continuumId)
continuumId
- public void setEmail(String email)
email
- public void setName(String name)
name
- public void setScmId(String scmId)
scmId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |