org.apache.continuum.xmlrpc.release
Class ContinuumReleaseResult

java.lang.Object
  extended by org.apache.continuum.xmlrpc.release.ContinuumReleaseResult
All Implemented Interfaces:
Serializable

public class ContinuumReleaseResult
extends Object
implements Serializable

Class ContinuumReleaseResult.

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

Constructor Summary
ContinuumReleaseResult()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 long getEndTime()
          Get the endTime field.
 int getId()
          Get the id field.
 ProjectSummary getProject()
          Get the project field.
 ProjectGroupSummary 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(ProjectSummary project)
          Set the project field.
 void setProjectGroup(ProjectGroupSummary 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

ContinuumReleaseResult

public ContinuumReleaseResult()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getEndTime

public long getEndTime()
Get the endTime field.

Returns:
long

getId

public int getId()
Get the id field.

Returns:
int

getProject

public ProjectSummary getProject()
Get the project field.

Returns:
ProjectSummary

getProjectGroup

public ProjectGroupSummary getProjectGroup()
Get the projectGroup field.

Returns:
ProjectGroupSummary

getReleaseGoal

public String getReleaseGoal()
Get the releaseGoal field.

Returns:
String

getResultCode

public int getResultCode()
Get the resultCode field.

Returns:
int

getStartTime

public long getStartTime()
Get the startTime field.

Returns:
long

getUsername

public String getUsername()
Get the username field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setEndTime

public void setEndTime(long endTime)
Set the endTime field.

Parameters:
endTime -

setId

public void setId(int id)
Set the id field.

Parameters:
id -

setProject

public void setProject(ProjectSummary project)
Set the project field.

Parameters:
project -

setProjectGroup

public void setProjectGroup(ProjectGroupSummary projectGroup)
Set the projectGroup field.

Parameters:
projectGroup -

setReleaseGoal

public void setReleaseGoal(String releaseGoal)
Set the releaseGoal field.

Parameters:
releaseGoal -

setResultCode

public void setResultCode(int resultCode)
Set the resultCode field.

Parameters:
resultCode -

setStartTime

public void setStartTime(long startTime)
Set the startTime field.

Parameters:
startTime -

setUsername

public void setUsername(String username)
Set the username field.

Parameters:
username -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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