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 org.bonitasoft.engine.persistence.PersistentObjectpublic long getId()
getId in interface org.bonitasoft.engine.persistence.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 org.bonitasoft.engine.persistence.PersistentObjectpublic void setTenantId(long id)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setName(String name)
public void setDescription(String description)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.