Class AgentResourceEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.agent.engine.impl.persistence.entity.AgentResourceEntityImpl
All Implemented Interfaces:
AgentResourceEntity, Serializable, org.flowable.common.engine.api.repository.EngineResource, org.flowable.common.engine.impl.persistence.entity.Entity

public class AgentResourceEntityImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision implements AgentResourceEntity, Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected byte[]
     
    protected String
     
    protected String
     

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
     
     
     
     
    boolean
     
    void
    setBytes(byte[] bytes)
     
    void
    setDeploymentId(String deploymentId)
     
    void
     
     

    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, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
  • Field Details

    • name

      protected String name
    • bytes

      protected byte[] bytes
    • deploymentId

      protected String deploymentId
  • Constructor Details

    • AgentResourceEntityImpl

      public AgentResourceEntityImpl()
  • Method Details

    • getName

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

      public void setName(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 String getDeploymentId()
      Specified by:
      getDeploymentId in interface org.flowable.common.engine.api.repository.EngineResource
    • setDeploymentId

      public void setDeploymentId(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 Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIdPrefix

      public String getIdPrefix()
      Specified by:
      getIdPrefix in interface org.flowable.common.engine.impl.persistence.entity.Entity