public class CommandDescriptorImpl extends Object implements CommandDescriptor
| Constructor and Description |
|---|
CommandDescriptorImpl() |
CommandDescriptorImpl(String name,
String description,
String implementation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Get the description of the command
|
long |
getId()
Get the identifier of this
CommandDescriptor |
String |
getImplementation()
Get the implementation class name of the command
|
String |
getName()
Get the name of the command
|
int |
hashCode() |
boolean |
isSystemCommand()
Is the command a default system command or a custom command.
|
void |
setDescription(String description) |
void |
setId(long id) |
void |
setImplementation(String implementation) |
void |
setName(String name) |
void |
setSystem(boolean system) |
public long getId()
CommandDescriptorCommandDescriptorgetId in interface CommandDescriptorCommandDescriptorpublic String getName()
CommandDescriptorgetName in interface CommandDescriptorpublic String getDescription()
CommandDescriptorgetDescription in interface CommandDescriptorpublic String getImplementation()
CommandDescriptorgetImplementation in interface CommandDescriptorpublic boolean isSystemCommand()
CommandDescriptorisSystemCommand in interface CommandDescriptorpublic void setId(long id)
public void setName(String name)
public void setDescription(String description)
public void setImplementation(String implementation)
public void setSystem(boolean system)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.