org.apache.maven.continuum.web.model
Class DistributedReleaseSummary

Package class diagram package DistributedReleaseSummary
java.lang.Object
  extended by org.apache.maven.continuum.web.model.DistributedReleaseSummary
All Implemented Interfaces:
java.io.Serializable

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

Class DistributedReleaseSummary.

See Also:
Serialized Form

Constructor Summary
DistributedReleaseSummary()
           
 
Method Summary
 java.lang.String getBuildAgentUrl()
          Get the buildAgentUrl field.
 int getProjectId()
          Get the projectId field.
 java.lang.String getReleaseGoal()
          Get the releaseGoal field.
 java.lang.String getReleaseId()
          Get the releaseId field.
 void setBuildAgentUrl(java.lang.String buildAgentUrl)
          Set the buildAgentUrl field.
 void setProjectId(int projectId)
          Set the projectId field.
 void setReleaseGoal(java.lang.String releaseGoal)
          Set the releaseGoal field.
 void setReleaseId(java.lang.String releaseId)
          Set the releaseId field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedReleaseSummary

public DistributedReleaseSummary()
Method Detail

getBuildAgentUrl

public java.lang.String getBuildAgentUrl()
Get the buildAgentUrl field.

Returns:
String

getProjectId

public int getProjectId()
Get the projectId field.

Returns:
int

getReleaseGoal

public java.lang.String getReleaseGoal()
Get the releaseGoal field.

Returns:
String

getReleaseId

public java.lang.String getReleaseId()
Get the releaseId field.

Returns:
String

setBuildAgentUrl

public void setBuildAgentUrl(java.lang.String buildAgentUrl)
Set the buildAgentUrl field.

Parameters:
buildAgentUrl -

setProjectId

public void setProjectId(int projectId)
Set the projectId field.

Parameters:
projectId -

setReleaseGoal

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

Parameters:
releaseGoal -

setReleaseId

public void setReleaseId(java.lang.String releaseId)
Set the releaseId field.

Parameters:
releaseId -