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

java.lang.Object
  extended by org.apache.maven.continuum.web.model.ProjectBuildsSummary
All Implemented Interfaces:
Serializable

public class ProjectBuildsSummary
extends Object
implements Serializable

Class ProjectBuildsSummary.

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

Constructor Summary
ProjectBuildsSummary()
           
 
Method Summary
 long getBuildDate()
          Get the buildDate field.
 int getBuildState()
          Get the buildState field.
 String getBuildTriggeredBy()
          Get the buildTriggeredBy field.
 String getProjectGroupName()
          Get the projectGroupName field.
 String getProjectName()
          Get the projectName field.
 void setBuildDate(long buildDate)
          Set the buildDate field.
 void setBuildState(int buildState)
          Set the buildState field.
 void setBuildTriggeredBy(String buildTriggeredBy)
          Set the buildTriggeredBy field.
 void setProjectGroupName(String projectGroupName)
          Set the projectGroupName field.
 void setProjectName(String projectName)
          Set the projectName field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectBuildsSummary

public ProjectBuildsSummary()
Method Detail

getBuildDate

public long getBuildDate()
Get the buildDate field.

Returns:
long

getBuildState

public int getBuildState()
Get the buildState field.

Returns:
int

getBuildTriggeredBy

public String getBuildTriggeredBy()
Get the buildTriggeredBy field.

Returns:
String

getProjectGroupName

public String getProjectGroupName()
Get the projectGroupName field.

Returns:
String

getProjectName

public String getProjectName()
Get the projectName field.

Returns:
String

setBuildDate

public void setBuildDate(long buildDate)
Set the buildDate field.

Parameters:
buildDate -

setBuildState

public void setBuildState(int buildState)
Set the buildState field.

Parameters:
buildState -

setBuildTriggeredBy

public void setBuildTriggeredBy(String buildTriggeredBy)
Set the buildTriggeredBy field.

Parameters:
buildTriggeredBy -

setProjectGroupName

public void setProjectGroupName(String projectGroupName)
Set the projectGroupName field.

Parameters:
projectGroupName -

setProjectName

public void setProjectName(String projectName)
Set the projectName field.

Parameters:
projectName -


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