public class SPlatformCommandImpl extends Object implements SPlatformCommand
| Constructor and Description |
|---|
SPlatformCommandImpl() |
SPlatformCommandImpl(SPlatformCommand platformCommand) |
SPlatformCommandImpl(String name,
String description,
String implementation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDiscriminator() |
long |
getId() |
String |
getImplementation() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setName(String name) |
void |
setTenantId(long id) |
public SPlatformCommandImpl()
public SPlatformCommandImpl(String name, String description, String implementation)
public SPlatformCommandImpl(SPlatformCommand platformCommand)
public String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic long getId()
getId in interface PersistentObjectpublic String getName()
getName in interface SPlatformCommandpublic String getDescription()
getDescription in interface SPlatformCommandpublic String getImplementation()
getImplementation in interface SPlatformCommandpublic void setId(long id)
setId in interface PersistentObjectpublic void setTenantId(long id)
setTenantId in interface PersistentObjectpublic void setName(String name)
public void setDescription(String description)
Copyright © 2019 Bonitasoft S.A.. All rights reserved.