org.apache.maven.continuum.xmlrpc.system
Class Installation

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

public class Installation
extends Object
implements Serializable

Class Installation.

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

Constructor Summary
Installation()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 int getInstallationId()
          Get the installationId field.
 String getName()
          Get the name field.
 String getType()
          Get the type field.
 String getVarName()
          Get the varName field.
 String getVarValue()
          Get the varValue field.
 int hashCode()
          Method hashCode.
 void setInstallationId(int installationId)
          Set the installationId field.
 void setName(String name)
          Set the name field.
 void setType(String type)
          Set the type field.
 void setVarName(String varName)
          Set the varName field.
 void setVarValue(String varValue)
          Set the varValue field.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Installation

public Installation()
Method Detail

equals

public boolean equals(Object other)
Method equals.

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

getInstallationId

public int getInstallationId()
Get the installationId field.

Returns:
int

getName

public String getName()
Get the name field.

Returns:
String

getType

public String getType()
Get the type field.

Returns:
String

getVarName

public String getVarName()
Get the varName field.

Returns:
String

getVarValue

public String getVarValue()
Get the varValue field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setInstallationId

public void setInstallationId(int installationId)
Set the installationId field.

Parameters:
installationId -

setName

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

Parameters:
name -

setType

public void setType(String type)
Set the type field.

Parameters:
type -

setVarName

public void setVarName(String varName)
Set the varName field.

Parameters:
varName -

setVarValue

public void setVarValue(String varValue)
Set the varValue field.

Parameters:
varValue -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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