org.apache.continuum.buildagent.model
Class Installation

java.lang.Object
  extended by org.apache.continuum.buildagent.model.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
 String getName()
          Get the name field.
 String getType()
          Get the type field.
 String getVarName()
          Get the varName field.
 String getVarValue()
          Get the varValue 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installation

public Installation()
Method Detail

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

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 -


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