public class PlatformCommandDescriptorImpl extends Object implements PlatformCommandDescriptor
| Constructor and Description |
|---|
PlatformCommandDescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
String |
getImplementation() |
String |
getName() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setImplementation(String implementation) |
void |
setName(String name) |
public long getId()
getId in interface PlatformCommandDescriptorpublic String getName()
getName in interface PlatformCommandDescriptorpublic String getDescription()
getDescription in interface PlatformCommandDescriptorpublic String getImplementation()
getImplementation in interface PlatformCommandDescriptorpublic void setId(long id)
public void setName(String name)
public void setDescription(String description)
public void setImplementation(String implementation)
Copyright © 2013 BonitaSoft. All Rights Reserved.