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

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

public class ProjectSummary
extends Object
implements Serializable

Class ProjectSummary.

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

Constructor Summary
ProjectSummary()
           
 
Method Summary
 int getBuildInSuccessId()
          Get the buildInSuccessId field.
 int getBuildNumber()
          Get the buildNumber field.
 int getId()
          Get project id of the project.
 long getLastBuildDateTime()
          Get last build dateTime of the project.
 String getLastBuildDuration()
          Get last build duration of the project.
 int getLatestBuildId()
          Get latest build id of the project.
 String getName()
          Get name of the project.
 int getProjectGroupId()
          Get id of the project group this project is a member of.
 String getProjectGroupName()
          Get name of the project group this project is a member of.
 String getProjectType()
          Get type of the project.
 int getState()
          Get lifecycle state of the project.
 String getVersion()
          Get version of the project.
 boolean isInBuildingQueue()
          Get true/false depending on if the project is in the build queue or not.
 boolean isInCheckoutQueue()
          Get true/false depending on if the project is in the checkout queue or not.
 void setBuildInSuccessId(int buildInSuccessId)
          Set the buildInSuccessId field.
 void setBuildNumber(int buildNumber)
          Set the buildNumber field.
 void setId(int id)
          Set project id of the project.
 void setInBuildingQueue(boolean inBuildingQueue)
          Set true/false depending on if the project is in the build queue or not.
 void setInCheckoutQueue(boolean inCheckoutQueue)
          Set true/false depending on if the project is in the checkout queue or not.
 void setLastBuildDateTime(long lastBuildDateTime)
          Set last build dateTime of the project.
 void setLastBuildDuration(String lastBuildDuration)
          Set last build duration of the project.
 void setLatestBuildId(int latestBuildId)
          Set latest build id of the project.
 void setName(String name)
          Set name of the project.
 void setProjectGroupId(int projectGroupId)
          Set id of the project group this project is a member of.
 void setProjectGroupName(String projectGroupName)
          Set name of the project group this project is a member of.
 void setProjectType(String projectType)
          Set type of the project.
 void setState(int state)
          Set lifecycle state of the project.
 void setVersion(String version)
          Set version of the project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSummary

public ProjectSummary()
Method Detail

getBuildInSuccessId

public int getBuildInSuccessId()
Get the buildInSuccessId field.

Returns:
int

getBuildNumber

public int getBuildNumber()
Get the buildNumber field.

Returns:
int

getId

public int getId()
Get project id of the project.

Returns:
int

getLastBuildDateTime

public long getLastBuildDateTime()
Get last build dateTime of the project.

Returns:
long

getLastBuildDuration

public String getLastBuildDuration()
Get last build duration of the project.

Returns:
String

getLatestBuildId

public int getLatestBuildId()
Get latest build id of the project.

Returns:
int

getName

public String getName()
Get name of the project.

Returns:
String

getProjectGroupId

public int getProjectGroupId()
Get id of the project group this project is a member of.

Returns:
int

getProjectGroupName

public String getProjectGroupName()
Get name of the project group this project is a member of.

Returns:
String

getProjectType

public String getProjectType()
Get type of the project.

Returns:
String

getState

public int getState()
Get lifecycle state of the project.

Returns:
int

getVersion

public String getVersion()
Get version of the project.

Returns:
String

isInBuildingQueue

public boolean isInBuildingQueue()
Get true/false depending on if the project is in the build queue or not.

Returns:
boolean

isInCheckoutQueue

public boolean isInCheckoutQueue()
Get true/false depending on if the project is in the checkout queue or not.

Returns:
boolean

setBuildInSuccessId

public void setBuildInSuccessId(int buildInSuccessId)
Set the buildInSuccessId field.

Parameters:
buildInSuccessId -

setBuildNumber

public void setBuildNumber(int buildNumber)
Set the buildNumber field.

Parameters:
buildNumber -

setId

public void setId(int id)
Set project id of the project.

Parameters:
id -

setInBuildingQueue

public void setInBuildingQueue(boolean inBuildingQueue)
Set true/false depending on if the project is in the build queue or not.

Parameters:
inBuildingQueue -

setInCheckoutQueue

public void setInCheckoutQueue(boolean inCheckoutQueue)
Set true/false depending on if the project is in the checkout queue or not.

Parameters:
inCheckoutQueue -

setLastBuildDateTime

public void setLastBuildDateTime(long lastBuildDateTime)
Set last build dateTime of the project.

Parameters:
lastBuildDateTime -

setLastBuildDuration

public void setLastBuildDuration(String lastBuildDuration)
Set last build duration of the project.

Parameters:
lastBuildDuration -

setLatestBuildId

public void setLatestBuildId(int latestBuildId)
Set latest build id of the project.

Parameters:
latestBuildId -

setName

public void setName(String name)
Set name of the project.

Parameters:
name -

setProjectGroupId

public void setProjectGroupId(int projectGroupId)
Set id of the project group this project is a member of.

Parameters:
projectGroupId -

setProjectGroupName

public void setProjectGroupName(String projectGroupName)
Set name of the project group this project is a member of.

Parameters:
projectGroupName -

setProjectType

public void setProjectType(String projectType)
Set type of the project.

Parameters:
projectType -

setState

public void setState(int state)
Set lifecycle state of the project.

Parameters:
state -

setVersion

public void setVersion(String version)
Set version of the project.

Parameters:
version -


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