Class TemplateResourceEntityImpl

    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 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 Detail

      • name

        protected java.lang.String name
      • bytes

        protected byte[] bytes
      • deploymentId

        protected java.lang.String deploymentId
    • Constructor Detail

      • TemplateResourceEntityImpl

        public TemplateResourceEntityImpl()
    • Method Detail

      • 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