|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.continuum.model.release.ContinuumReleaseResult
public class ContinuumReleaseResult
Class ContinuumReleaseResult.
Constructor Summary | |
---|---|
ContinuumReleaseResult()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Method equals. |
long |
getEndTime()
Get the endTime field. |
int |
getId()
Get the id field. |
Project |
getProject()
Get the project field. |
ProjectGroup |
getProjectGroup()
Get the projectGroup field. |
String |
getReleaseGoal()
Get the releaseGoal field. |
int |
getResultCode()
Get the resultCode field. |
long |
getStartTime()
Get the startTime field. |
String |
getUsername()
Get the username field. |
int |
hashCode()
Method hashCode. |
void |
setEndTime(long endTime)
Set the endTime field. |
void |
setId(int id)
Set the id field. |
void |
setProject(Project project)
Set the project field. |
void |
setProjectGroup(ProjectGroup projectGroup)
Set the projectGroup field. |
void |
setReleaseGoal(String releaseGoal)
Set the releaseGoal field. |
void |
setResultCode(int resultCode)
Set the resultCode field. |
void |
setStartTime(long startTime)
Set the startTime field. |
void |
setUsername(String username)
Set the username field. |
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(Object other)
equals
in class Object
other
-
public long getEndTime()
public int getId()
public Project getProject()
public ProjectGroup getProjectGroup()
public String getReleaseGoal()
public int getResultCode()
public long getStartTime()
public String getUsername()
public int hashCode()
hashCode
in class Object
public 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(String releaseGoal)
releaseGoal
- public void setResultCode(int resultCode)
resultCode
- public void setStartTime(long startTime)
startTime
- public void setUsername(String username)
username
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |