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

Package class diagram package Installation
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.system.Installation
All Implemented Interfaces:
java.io.Serializable

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

Class Installation.

See Also:
Serialized Form

Constructor Summary
Installation()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 int getInstallationId()
          Get the installationId field.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get the name field.
 java.lang.String getType()
          Get the type field.
 java.lang.String getVarName()
          Get the varName field.
 java.lang.String getVarValue()
          Get the varValue field.
 int hashCode()
          Method hashCode.
 void setInstallationId(int installationId)
          Set the installationId 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 setType(java.lang.String type)
          Set the type field.
 void setVarName(java.lang.String varName)
          Set the varName field.
 void setVarValue(java.lang.String varValue)
          Set the varValue field.
 java.lang.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(java.lang.Object other)
Method equals.

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

getInstallationId

public int getInstallationId()
Get the installationId field.

Returns:
int

getName

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

Returns:
String

getType

public java.lang.String getType()
Get the type field.

Returns:
String

getVarName

public java.lang.String getVarName()
Get the varName field.

Returns:
String

getVarValue

public java.lang.String getVarValue()
Get the varValue field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

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

setInstallationId

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

Parameters:
installationId -

setName

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

Parameters:
name -

setType

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

Parameters:
type -

setVarName

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

Parameters:
varName -

setVarValue

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

Parameters:
varValue -

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.