public class CommandDeployment extends Object
| Constructor and Description |
|---|
CommandDeployment() |
CommandDeployment(String name,
String description,
String implementation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getImplementation() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setImplementation(String implementation) |
void |
setName(String name) |
String |
toString() |
public String getName()
public String getDescription()
public String getImplementation()
public void setName(String name)
public void setDescription(String description)
public void setImplementation(String implementation)
Copyright © 2015 Bonitasoft S.A.. All rights reserved.