Class HistoricDetailVariableInstanceUpdateEntityImpl

    • Field Detail

      • revision

        protected int revision
      • variableType

        protected org.flowable.variable.api.types.VariableType variableType
      • longValue

        protected Long longValue
      • doubleValue

        protected Double doubleValue
      • textValue

        protected String textValue
      • textValue2

        protected String textValue2
      • cachedValue

        protected Object cachedValue
    • Constructor Detail

      • HistoricDetailVariableInstanceUpdateEntityImpl

        public HistoricDetailVariableInstanceUpdateEntityImpl()
    • Method Detail

      • getBytes

        public byte[] getBytes()
        Specified by:
        getBytes in interface org.flowable.variable.api.types.ValueFields
      • setBytes

        public void setBytes​(byte[] bytes)
        Specified by:
        setBytes in interface org.flowable.variable.api.types.ValueFields
      • setRevision

        public void setRevision​(int revision)
        Specified by:
        setRevision in interface HasRevision
      • getName

        public String getName()
        Specified by:
        getName in interface org.flowable.variable.api.types.ValueFields
      • getLongValue

        public Long getLongValue()
        Specified by:
        getLongValue in interface org.flowable.variable.api.types.ValueFields
      • setLongValue

        public void setLongValue​(Long longValue)
        Specified by:
        setLongValue in interface org.flowable.variable.api.types.ValueFields
      • getDoubleValue

        public Double getDoubleValue()
        Specified by:
        getDoubleValue in interface org.flowable.variable.api.types.ValueFields
      • setDoubleValue

        public void setDoubleValue​(Double doubleValue)
        Specified by:
        setDoubleValue in interface org.flowable.variable.api.types.ValueFields
      • getTextValue

        public String getTextValue()
        Specified by:
        getTextValue in interface org.flowable.variable.api.types.ValueFields
      • setTextValue

        public void setTextValue​(String textValue)
        Specified by:
        setTextValue in interface org.flowable.variable.api.types.ValueFields
      • getTextValue2

        public String getTextValue2()
        Specified by:
        getTextValue2 in interface org.flowable.variable.api.types.ValueFields
      • setTextValue2

        public void setTextValue2​(String textValue2)
        Specified by:
        setTextValue2 in interface org.flowable.variable.api.types.ValueFields
      • getCachedValue

        public Object getCachedValue()
        Specified by:
        getCachedValue in interface org.flowable.variable.api.types.ValueFields
      • setCachedValue

        public void setCachedValue​(Object cachedValue)
        Specified by:
        setCachedValue in interface org.flowable.variable.api.types.ValueFields
      • getScopeId

        public String getScopeId()
        Specified by:
        getScopeId in interface org.flowable.variable.api.types.ValueFields
      • getSubScopeId

        public String getSubScopeId()
        Specified by:
        getSubScopeId in interface org.flowable.variable.api.types.ValueFields
      • getScopeType

        public String getScopeType()
        Specified by:
        getScopeType in interface org.flowable.variable.api.types.ValueFields