public class SCommandImpl extends CommandDeployment implements SCommand
| Constructor and Description |
|---|
SCommandImpl() |
SCommandImpl(SCommand command) |
SCommandImpl(String name,
String description,
String implementation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDiscriminator() |
long |
getId() |
boolean |
getSystem() |
long |
getTenantId() |
int |
hashCode() |
void |
setId(long id) |
void |
setSystem(boolean system) |
void |
setTenantId(long tenantId) |
getDescription, getImplementation, getName, setDescription, setImplementation, setName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getImplementation, getNamepublic SCommandImpl()
public SCommandImpl(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 void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic boolean equals(Object o)
equals in class CommandDeploymentpublic int hashCode()
hashCode in class CommandDeploymentCopyright © 2018 Bonitasoft S.A.. All rights reserved.