Class AbstractVariableEntity

    • Constructor Detail

      • AbstractVariableEntity

        public AbstractVariableEntity()
    • Method Detail

      • getId

        public abstract Long getId()
      • getType

        public String getType()
        Specified by:
        getType in interface org.activiti.api.model.shared.model.VariableInstance
      • setType

        public void setType​(String type)
      • getName

        public String getName()
        Specified by:
        getName in interface org.activiti.api.model.shared.model.VariableInstance
      • setName

        public void setName​(String name)
      • getCreateTime

        public Date getCreateTime()
      • setCreateTime

        public void setCreateTime​(Date createTime)
      • getLastUpdatedTime

        public Date getLastUpdatedTime()
      • setLastUpdatedTime

        public void setLastUpdatedTime​(Date lastUpdatedTime)
      • getExecutionId

        public String getExecutionId()
      • setExecutionId

        public void setExecutionId​(String executionId)
      • setValue

        public <T> void setValue​(T value)
      • getValue

        public <T> T getValue()
        Specified by:
        getValue in interface org.activiti.api.model.shared.model.VariableInstance
      • getMarkedAsDeleted

        public Boolean getMarkedAsDeleted()
      • setMarkedAsDeleted

        public void setMarkedAsDeleted​(Boolean markedAsDeleted)
      • getProcessInstanceId

        public String getProcessInstanceId()
        Specified by:
        getProcessInstanceId in interface org.activiti.api.model.shared.model.VariableInstance
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)