Class AddAlgorithmCommand
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.process.AddAlgorithmCommand
-
public class AddAlgorithmCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description AddAlgorithmCommand(String cmd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithmType()StringgetCategory()StringgetClazz()StringgetCommand()StringgetDescription()StringgetName()StringgetSkipjava()StringgetUrl()StringgetVRE()voidsetDescription(String d)StringtoString()
-
-
-
Constructor Detail
-
AddAlgorithmCommand
public AddAlgorithmCommand(String cmd)
-
-
Method Detail
-
setDescription
public void setDescription(String d)
-
getCommand
public String getCommand()
-
getName
public String getName()
-
getCategory
public String getCategory()
-
getClazz
public String getClazz()
-
getVRE
public String getVRE()
-
getAlgorithmType
public String getAlgorithmType()
-
getSkipjava
public String getSkipjava()
-
getUrl
public String getUrl()
-
getDescription
public String getDescription()
-
-