|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.continuum.xmlrpc.release.ContinuumReleaseResult
public class ContinuumReleaseResult
Class ContinuumReleaseResult.
| Constructor Summary | |
|---|---|
ContinuumReleaseResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Method equals. |
long |
getEndTime()
Get the endTime field. |
int |
getId()
Get the id field. |
java.lang.String |
getModelEncoding()
|
Project |
getProject()
Get the project field. |
ProjectGroup |
getProjectGroup()
Get the projectGroup field. |
java.lang.String |
getReleaseGoal()
Get the releaseGoal field. |
int |
getResultCode()
Get the resultCode field. |
long |
getStartTime()
Get the startTime field. |
int |
hashCode()
Method hashCode. |
void |
setEndTime(long endTime)
Set the endTime field. |
void |
setId(int id)
Set the id field. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setProject(Project project)
Set the project field. |
void |
setProjectGroup(ProjectGroup projectGroup)
Set the projectGroup field. |
void |
setReleaseGoal(java.lang.String releaseGoal)
Set the releaseGoal field. |
void |
setResultCode(int resultCode)
Set the resultCode field. |
void |
setStartTime(long startTime)
Set the startTime field. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuumReleaseResult()
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public long getEndTime()
public int getId()
public Project getProject()
public ProjectGroup getProjectGroup()
public java.lang.String getReleaseGoal()
public int getResultCode()
public long getStartTime()
public int hashCode()
hashCode in class java.lang.Objectpublic void setEndTime(long endTime)
endTime - public void setId(int id)
id - public void setProject(Project project)
project - public void setProjectGroup(ProjectGroup projectGroup)
projectGroup - public void setReleaseGoal(java.lang.String releaseGoal)
releaseGoal - public void setResultCode(int resultCode)
resultCode - public void setStartTime(long startTime)
startTime - public java.lang.String toString()
toString in class java.lang.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||