public class PlatformCommandDescriptorImpl extends Object implements PlatformCommandDescriptor
| Constructor and Description |
|---|
PlatformCommandDescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves the command description
|
long |
getId()
Retrieves the command identifier
|
String |
getImplementation()
Retrieves the complete name of the class that implements the command
|
String |
getName()
Retrieves the command name
|
void |
setDescription(String description) |
void |
setId(long id) |
void |
setImplementation(String implementation) |
void |
setName(String name) |
public long getId()
PlatformCommandDescriptorgetId in interface PlatformCommandDescriptorpublic String getName()
PlatformCommandDescriptorgetName in interface PlatformCommandDescriptorpublic String getDescription()
PlatformCommandDescriptorgetDescription in interface PlatformCommandDescriptorpublic String getImplementation()
PlatformCommandDescriptorgetImplementation in interface PlatformCommandDescriptorpublic void setId(long id)
public void setName(String name)
public void setDescription(String description)
public void setImplementation(String implementation)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.