Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.log.impl
Class AttributeUpdateImpl  view AttributeUpdateImpl download AttributeUpdateImpl.java

java.lang.Object
  extended byorg.jbpm.workflow.log.impl.LogDetailImpl
      extended byorg.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


Field Summary
private  org.jbpm.workflow.definition.Attribute attribute
           
private  java.lang.String valueText
           
 
Fields inherited from class org.jbpm.workflow.log.impl.LogDetailImpl
 
Constructor Summary
AttributeUpdateImpl()
           
AttributeUpdateImpl(org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance)
           
 
Method Summary
 org.jbpm.workflow.definition.Attribute getAttribute()
           
 java.lang.Object getValue()
           
 java.lang.String getValueText()
           
 void setAttribute(org.jbpm.workflow.definition.Attribute attribute)
           
 void setValueText(java.lang.String valueText)
           
 
Methods inherited from class org.jbpm.workflow.log.impl.LogDetailImpl
getId, getLog, resolve, setId, setLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.workflow.log.LogDetail
getLog
 

Field Detail

attribute

private org.jbpm.workflow.definition.Attribute attribute

valueText

private java.lang.String valueText
Constructor Detail

AttributeUpdateImpl

public AttributeUpdateImpl()

AttributeUpdateImpl

public AttributeUpdateImpl(org.jbpm.workflow.execution.impl.AttributeInstanceImpl attributeInstance)
Method Detail

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