java.lang.Object
org.eximeebpms.bpm.engine.impl.persistence.entity.ResourceEntity
All Implemented Interfaces:
Serializable, DbEntity, Resource

public class ResourceEntity extends Object implements Serializable, DbEntity, Resource
Author:
Tom Baeyens
See Also:
  • Field Details Link icon

    • id Link icon

      protected String id
    • name Link icon

      protected String name
    • bytes Link icon

      protected byte[] bytes
    • deploymentId Link icon

      protected String deploymentId
    • generated Link icon

      protected boolean generated
    • tenantId Link icon

      protected String tenantId
    • type Link icon

      protected Integer type
    • createTime Link icon

      protected Date createTime
  • Constructor Details Link icon

    • ResourceEntity Link icon

      public ResourceEntity()
  • Method Details Link icon

    • getId Link icon

      public String getId()
      Specified by:
      getId in interface DbEntity
      Specified by:
      getId in interface Resource
    • setId Link icon

      public void setId(String id)
      Specified by:
      setId in interface DbEntity
    • getName Link icon

      public String getName()
      Specified by:
      getName in interface Resource
    • setName Link icon

      public void setName(String name)
    • getBytes Link icon

      public byte[] getBytes()
      Specified by:
      getBytes in interface Resource
    • setBytes Link icon

      public void setBytes(byte[] bytes)
    • getDeploymentId Link icon

      public String getDeploymentId()
      Specified by:
      getDeploymentId in interface Resource
    • setDeploymentId Link icon

      public void setDeploymentId(String deploymentId)
    • getPersistentState Link icon

      public Object getPersistentState()
      Description copied from interface: DbEntity
      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 interface DbEntity
    • setGenerated Link icon

      public void setGenerated(boolean generated)
    • isGenerated Link icon

      public boolean isGenerated()
      Indicated whether or not the resource has been generated while deploying rather than being actual part of the deployment.
    • getTenantId Link icon

      public String getTenantId()
    • setTenantId Link icon

      public void setTenantId(String tenantId)
    • getType Link icon

      public Integer getType()
    • setType Link icon

      public void setType(Integer type)
    • getCreateTime Link icon

      public Date getCreateTime()
    • setCreateTime Link icon

      public void setCreateTime(Date createTime)
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object