org.apache.maven.continuum.xmlrpc.project
Class ProjectSummary

Package class diagram package ProjectSummary
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.ProjectSummary
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Project

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

Class ProjectSummary.

See Also:
Serialized Form

Constructor Summary
ProjectSummary()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getArtifactId()
          Get the artifactId field.
 int getBuildNumber()
          Get the buildNumber field.
 java.lang.String getDescription()
          Get the description field.
 java.lang.String getExecutorId()
          Get the executorId field.
 java.lang.String getGroupId()
          Get the groupId field.
 int getId()
          Get the id field.
 int getLatestBuildId()
          Get the latestBuildId field.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get the name field.
 int getOldState()
          Get the oldState field.
 ProjectGroupSummary getProjectGroup()
          Get the projectGroup field.
 java.lang.String getRelativePath()
          Get the relativePath field.
 java.lang.String getScmPassword()
          Get the scmPassword field.
 java.lang.String getScmTag()
          Get the scmTag field.
 java.lang.String getScmUrl()
          Get the scmUrl field.
 java.lang.String getScmUsername()
          Get the scmUsername field.
 int getState()
          Get the state field.
 java.lang.String getUrl()
          Get the url field.
 java.lang.String getVersion()
          Get the version field.
 java.lang.String getWorkingDirectory()
          Get the workingDirectory field.
 int hashCode()
          Method hashCode.
 boolean isScmUseCache()
          Get the scmUseCache field.
 void setArtifactId(java.lang.String artifactId)
          Set the artifactId field.
 void setBuildNumber(int buildNumber)
          Set the buildNumber field.
 void setDescription(java.lang.String description)
          Set the description field.
 void setExecutorId(java.lang.String executorId)
          Set the executorId field.
 void setGroupId(java.lang.String groupId)
          Set the groupId field.
 void setId(int id)
          Set the id field.
 void setLatestBuildId(int latestBuildId)
          Set the latestBuildId field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setName(java.lang.String name)
          Set the name field.
 void setOldState(int oldState)
          Set the oldState field.
 void setProjectGroup(ProjectGroupSummary projectGroup)
          Set the projectGroup field.
 void setRelativePath(java.lang.String relativePath)
          Set the relativePath field.
 void setScmPassword(java.lang.String scmPassword)
          Set the scmPassword field.
 void setScmTag(java.lang.String scmTag)
          Set the scmTag field.
 void setScmUrl(java.lang.String scmUrl)
          Set the scmUrl field.
 void setScmUseCache(boolean scmUseCache)
          Set the scmUseCache field.
 void setScmUsername(java.lang.String scmUsername)
          Set the scmUsername field.
 void setState(int state)
          Set the state field.
 void setUrl(java.lang.String url)
          Set the url field.
 void setVersion(java.lang.String version)
          Set the version field.
 void setWorkingDirectory(java.lang.String workingDirectory)
          Set the workingDirectory field.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectSummary

public ProjectSummary()
Method Detail

equals

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

Overrides:
equals in class java.lang.Object
Parameters:
other -
Returns:
boolean

getArtifactId

public java.lang.String getArtifactId()
Get the artifactId field.

Returns:
String

getBuildNumber

public int getBuildNumber()
Get the buildNumber field.

Returns:
int

getDescription

public java.lang.String getDescription()
Get the description field.

Returns:
String

getExecutorId

public java.lang.String getExecutorId()
Get the executorId field.

Returns:
String

getGroupId

public java.lang.String getGroupId()
Get the groupId field.

Returns:
String

getId

public int getId()
Get the id field.

Returns:
int

getLatestBuildId

public int getLatestBuildId()
Get the latestBuildId field.

Returns:
int

getName

public java.lang.String getName()
Get the name field.

Returns:
String

getOldState

public int getOldState()
Get the oldState field.

Returns:
int

getProjectGroup

public ProjectGroupSummary getProjectGroup()
Get the projectGroup field.

Returns:
ProjectGroupSummary

getRelativePath

public java.lang.String getRelativePath()
Get the relativePath field.

Returns:
String

getScmPassword

public java.lang.String getScmPassword()
Get the scmPassword field.

Returns:
String

getScmTag

public java.lang.String getScmTag()
Get the scmTag field.

Returns:
String

getScmUrl

public java.lang.String getScmUrl()
Get the scmUrl field.

Returns:
String

getScmUsername

public java.lang.String getScmUsername()
Get the scmUsername field.

Returns:
String

getState

public int getState()
Get the state field.

Returns:
int

getUrl

public java.lang.String getUrl()
Get the url field.

Returns:
String

getVersion

public java.lang.String getVersion()
Get the version field.

Returns:
String

getWorkingDirectory

public java.lang.String getWorkingDirectory()
Get the workingDirectory field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class java.lang.Object
Returns:
int

isScmUseCache

public boolean isScmUseCache()
Get the scmUseCache field.

Returns:
boolean

setArtifactId

public void setArtifactId(java.lang.String artifactId)
Set the artifactId field.

Parameters:
artifactId -

setBuildNumber

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

Parameters:
buildNumber -

setDescription

public void setDescription(java.lang.String description)
Set the description field.

Parameters:
description -

setExecutorId

public void setExecutorId(java.lang.String executorId)
Set the executorId field.

Parameters:
executorId -

setGroupId

public void setGroupId(java.lang.String groupId)
Set the groupId field.

Parameters:
groupId -

setId

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

Parameters:
id -

setLatestBuildId

public void setLatestBuildId(int latestBuildId)
Set the latestBuildId field.

Parameters:
latestBuildId -

setName

public void setName(java.lang.String name)
Set the name field.

Parameters:
name -

setOldState

public void setOldState(int oldState)
Set the oldState field.

Parameters:
oldState -

setProjectGroup

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

Parameters:
projectGroup -

setRelativePath

public void setRelativePath(java.lang.String relativePath)
Set the relativePath field.

Parameters:
relativePath -

setScmPassword

public void setScmPassword(java.lang.String scmPassword)
Set the scmPassword field.

Parameters:
scmPassword -

setScmTag

public void setScmTag(java.lang.String scmTag)
Set the scmTag field.

Parameters:
scmTag -

setScmUrl

public void setScmUrl(java.lang.String scmUrl)
Set the scmUrl field.

Parameters:
scmUrl -

setScmUseCache

public void setScmUseCache(boolean scmUseCache)
Set the scmUseCache field.

Parameters:
scmUseCache -

setScmUsername

public void setScmUsername(java.lang.String scmUsername)
Set the scmUsername field.

Parameters:
scmUsername -

setState

public void setState(int state)
Set the state field.

Parameters:
state -

setUrl

public void setUrl(java.lang.String url)
Set the url field.

Parameters:
url -

setVersion

public void setVersion(java.lang.String version)
Set the version field.

Parameters:
version -

setWorkingDirectory

public void setWorkingDirectory(java.lang.String workingDirectory)
Set the workingDirectory field.

Parameters:
workingDirectory -

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.