public class SCommandImpl extends Object implements org.bonitasoft.engine.command.model.SCommand
| Constructor and Description |
|---|
SCommandImpl() |
SCommandImpl(org.bonitasoft.engine.command.model.SCommand command) |
SCommandImpl(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() |
boolean |
getSystem() |
long |
getTenantId() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setName(String name) |
void |
setSystem(boolean system) |
void |
setTenantId(long tenantId) |
public SCommandImpl()
public SCommandImpl(org.bonitasoft.engine.command.model.SCommand command)
public void setSystem(boolean system)
public String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getTenantId()
public long getId()
getId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic String getName()
getName in interface org.bonitasoft.engine.command.model.SCommandpublic String getDescription()
getDescription in interface org.bonitasoft.engine.command.model.SCommandpublic String getImplementation()
getImplementation in interface org.bonitasoft.engine.command.model.SCommandpublic void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setName(String name)
public void setDescription(String description)
public boolean getSystem()
getSystem in interface org.bonitasoft.engine.command.model.SCommandCopyright © 2014 Bonitasoft S.A.. All rights reserved.