Class EventResourceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.eventregistry.impl.persistence.entity.AbstractEventRegistryNoRevisionEntity
org.flowable.eventregistry.impl.persistence.entity.EventResourceEntityImpl
- All Implemented Interfaces:
Serializable
,Entity
,EventResourceEntity
public class EventResourceEntityImpl
extends AbstractEventRegistryNoRevisionEntity
implements EventResourceEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.eventregistry.impl.persistence.entity.AbstractEventRegistryNoRevisionEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
name
-
bytes
protected byte[] bytes -
deploymentId
-
-
Constructor Details
-
EventResourceEntityImpl
public EventResourceEntityImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceEventResourceEntity
-
setName
- Specified by:
setName
in interfaceEventResourceEntity
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceEventResourceEntity
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceEventResourceEntity
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceEventResourceEntity
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceEventResourceEntity
-
getPersistentState
Description copied from interface:Entity
Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentState
in interfaceEntity
- Specified by:
getPersistentState
in interfaceEventResourceEntity
-
toString
-