Class ActionResourceEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineNoRevisionEntity
com.flowable.action.engine.impl.persistence.entity.ActionResourceEntityImpl
All Implemented Interfaces:
ActionResourceEntity, java.io.Serializable, org.flowable.common.engine.api.repository.EngineResource, org.flowable.common.engine.impl.persistence.entity.Entity

public class ActionResourceEntityImpl
extends AbstractActionEngineNoRevisionEntity
implements ActionResourceEntity, java.io.Serializable
Author:
Tijs Rademakers
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected byte[] bytes  
    protected java.lang.String deploymentId  
    protected java.lang.String name  

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision

    id, isDeleted, isInserted, isUpdated, originalPersistentState
  • Constructor Summary

    Constructors 
    Constructor Description
    ActionResourceEntityImpl()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getBytes()  
    java.lang.String getDeploymentId()  
    java.lang.String getName()  
    java.lang.Object getPersistentState()  
    boolean isGenerated()  
    void setBytes​(byte[] bytes)  
    void setDeploymentId​(java.lang.String deploymentId)  
    void setName​(java.lang.String name)  
    java.lang.String toString()  

    Methods inherited from class com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineNoRevisionEntity

    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

      protected java.lang.String name
    • bytes

      protected byte[] bytes
    • deploymentId

      protected java.lang.String deploymentId
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface org.flowable.common.engine.api.repository.EngineResource
    • setName

      public void setName​(java.lang.String name)
      Specified by:
      setName in interface org.flowable.common.engine.api.repository.EngineResource
    • getBytes

      public byte[] getBytes()
      Specified by:
      getBytes in interface org.flowable.common.engine.api.repository.EngineResource
    • setBytes

      public void setBytes​(byte[] bytes)
      Specified by:
      setBytes in interface org.flowable.common.engine.api.repository.EngineResource
    • getDeploymentId

      public java.lang.String getDeploymentId()
      Specified by:
      getDeploymentId in interface org.flowable.common.engine.api.repository.EngineResource
    • setDeploymentId

      public void setDeploymentId​(java.lang.String deploymentId)
      Specified by:
      setDeploymentId in interface org.flowable.common.engine.api.repository.EngineResource
    • isGenerated

      public boolean isGenerated()
      Specified by:
      isGenerated in interface org.flowable.common.engine.api.repository.EngineResource
    • getPersistentState

      public java.lang.Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object