public class SPlatformCommandImpl extends Object implements org.bonitasoft.engine.platform.command.model.SPlatformCommand
| Constructor and Description |
|---|
SPlatformCommandImpl() |
SPlatformCommandImpl(org.bonitasoft.engine.platform.command.model.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(org.bonitasoft.engine.platform.command.model.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 org.bonitasoft.engine.platform.command.model.SPlatformCommandpublic String getDescription()
getDescription in interface org.bonitasoft.engine.platform.command.model.SPlatformCommandpublic String getImplementation()
getImplementation in interface org.bonitasoft.engine.platform.command.model.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 © 2014 Bonitasoft S.A.. All rights reserved.