eu.scape_project.pit.tools
Class Tool

java.lang.Object
  extended by eu.scape_project.pit.tools.Tool

public class Tool
extends Object

Author:
Andrew Jackson

Constructor Summary
Tool()
          For JAXB
 
Method Summary
 Installation getInstallation()
           
 String getName()
           
 Version getVersion()
           
 void setInstallation(Installation installation)
           
 void setName(String name)
           
 void setVersion(Version version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tool

public Tool()
For JAXB

Method Detail

getVersion

public Version getVersion()
Returns:
the version

setVersion

public void setVersion(Version version)
Parameters:
version - the version to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getInstallation

public Installation getInstallation()
Returns:
the installation

setInstallation

public void setInstallation(Installation installation)
Parameters:
installation - the installation to set


Copyright © 2013. All Rights Reserved.