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 PersistentObjectpublic long getTenantId()
public long getId()
getId in interface PersistentObjectpublic void setTenantId(long tenantId)
setTenantId in interface PersistentObjectpublic void setId(long id)
setId in interface PersistentObjectpublic boolean equals(Object o)
equals in class CommandDeploymentpublic int hashCode()
hashCode in class CommandDeploymentCopyright © 2019 Bonitasoft S.A.. All rights reserved.