org.apache.continuum.xmlrpc.release
Class ContinuumReleaseResult

Package class diagram package ContinuumReleaseResult
java.lang.Object
  extended by org.apache.continuum.xmlrpc.release.ContinuumReleaseResult
All Implemented Interfaces:
java.io.Serializable

public class ContinuumReleaseResult
extends java.lang.Object
implements java.io.Serializable

Class ContinuumReleaseResult.

See Also:
Serialized Form

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

ContinuumReleaseResult

public ContinuumReleaseResult()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals.

Overrides:
equals in class java.lang.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 Project getProject()
Get the project field.

Returns:
Project

getProjectGroup

public ProjectGroup getProjectGroup()
Get the projectGroup field.

Returns:
ProjectGroup

getReleaseGoal

public java.lang.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

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class java.lang.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(Project project)
Set the project field.

Parameters:
project -

setProjectGroup

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

Parameters:
projectGroup -

setReleaseGoal

public void setReleaseGoal(java.lang.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 -

toString

public java.lang.String toString()
Method toString.

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.