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

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.ProjectScmRoot
All Implemented Interfaces:
Serializable

public class ProjectScmRoot
extends Object
implements Serializable

Class ProjectScmRoot.

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

Constructor Summary
ProjectScmRoot()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getError()
          Get the error field.
 int getId()
          Get the id field.
 int getOldState()
          Get the oldState field.
 String getScmRootAddress()
          Get the scmRootAddress field.
 int getState()
          Get the state field.
 int hashCode()
          Method hashCode.
 void setError(String error)
          Set the error field.
 void setId(int id)
          Set the id field.
 void setOldState(int oldState)
          Set the oldState field.
 void setScmRootAddress(String scmRootAddress)
          Set the scmRootAddress field.
 void setState(int state)
          Set the state field.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectScmRoot

public ProjectScmRoot()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getError

public String getError()
Get the error field.

Returns:
String

getId

public int getId()
Get the id field.

Returns:
int

getOldState

public int getOldState()
Get the oldState field.

Returns:
int

getScmRootAddress

public String getScmRootAddress()
Get the scmRootAddress field.

Returns:
String

getState

public int getState()
Get the state field.

Returns:
int

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setError

public void setError(String error)
Set the error field.

Parameters:
error -

setId

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

Parameters:
id -

setOldState

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

Parameters:
oldState -

setScmRootAddress

public void setScmRootAddress(String scmRootAddress)
Set the scmRootAddress field.

Parameters:
scmRootAddress -

setState

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

Parameters:
state -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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