java.lang.Object
org.jbpm.workflow.log.impl.LogDetailImpl
org.jbpm.workflow.log.impl.AttributeUpdateImpl
- All Implemented Interfaces:
- org.jbpm.workflow.log.AttributeUpdate, org.jbpm.workflow.log.LogDetail
- public class AttributeUpdateImpl
- extends LogDetailImpl
- implements org.jbpm.workflow.log.AttributeUpdate
| Fields inherited from class org.jbpm.workflow.log.impl.LogDetailImpl |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
private org.jbpm.workflow.definition.Attribute attribute
valueText
private java.lang.String valueText
AttributeUpdateImpl
public AttributeUpdateImpl()
AttributeUpdateImpl
public AttributeUpdateImpl(org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance)
getAttribute
public org.jbpm.workflow.definition.Attribute getAttribute()
- Specified by:
getAttribute in interface org.jbpm.workflow.log.AttributeUpdate
setAttribute
public void setAttribute(org.jbpm.workflow.definition.Attribute attribute)
getValueText
public java.lang.String getValueText()
- Specified by:
getValueText in interface org.jbpm.workflow.log.AttributeUpdate
setValueText
public void setValueText(java.lang.String valueText)
getValue
public java.lang.Object getValue()
- Specified by:
getValue in interface org.jbpm.workflow.log.AttributeUpdate