public class EventResourceEntityImpl extends AbstractEventRegistryNoRevisionEntity implements EventResourceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected String |
name |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
EventResourceEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getDeploymentId() |
String |
getName() |
Object |
getPersistentState() |
void |
setBytes(byte[] bytes) |
void |
setDeploymentId(String deploymentId) |
void |
setName(String name) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected byte[] bytes
protected String deploymentId
public String getName()
getName in interface EventResourceEntitypublic void setName(String name)
setName in interface EventResourceEntitypublic byte[] getBytes()
getBytes in interface EventResourceEntitypublic void setBytes(byte[] bytes)
setBytes in interface EventResourceEntitypublic String getDeploymentId()
getDeploymentId in interface EventResourceEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface EventResourceEntitypublic Object getPersistentState()
getPersistentState in interface EntitygetPersistentState in interface EventResourceEntityCopyright © 2021 Flowable. All rights reserved.