KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl.audit
Class JaxbVariableInstanceLog

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject<org.jbpm.process.audit.VariableInstanceLog>
      extended by org.kie.services.client.serialization.jaxb.impl.audit.JaxbVariableInstanceLog
All Implemented Interfaces:
JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>

public class JaxbVariableInstanceLog
extends AbstractJaxbHistoryObject<org.jbpm.process.audit.VariableInstanceLog>
implements JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>


Field Summary
 
Fields inherited from class org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject
realClass
 
Constructor Summary
JaxbVariableInstanceLog()
           
JaxbVariableInstanceLog(org.jbpm.process.audit.VariableInstanceLog origLog)
           
 
Method Summary
 String getCommandName()
           
 Date getDate()
           
 String getExternalId()
           
 Long getId()
           
 Integer getIndex()
           
 String getOldValue()
           
 String getProcessId()
           
 Long getProcessInstanceId()
           
 org.jbpm.process.audit.VariableInstanceLog getResult()
           
 String getValue()
           
 String getVariableId()
           
 String getVariableInstanceId()
           
 void setCommandName(String cmdName)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setDate(Date date)
           
 void setExternalId(String externalId)
           
 void setId(Long id)
           
 void setIndex(Integer index)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setOldValue(String oldValue)
           
 void setProcessId(String processId)
           
 void setProcessInstanceId(Long processInstanceId)
           
 void setResult(org.jbpm.process.audit.VariableInstanceLog result)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setValue(String value)
           
 void setVariableId(String variableId)
           
 void setVariableInstanceId(String variableInstanceId)
           
 
Methods inherited from class org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject
createEntityInstance, initialize, readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbVariableInstanceLog

public JaxbVariableInstanceLog()

JaxbVariableInstanceLog

public JaxbVariableInstanceLog(org.jbpm.process.audit.VariableInstanceLog origLog)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getProcessInstanceId

public Long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(Long processInstanceId)

getProcessId

public String getProcessId()

setProcessId

public void setProcessId(String processId)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getVariableInstanceId

public String getVariableInstanceId()

setVariableInstanceId

public void setVariableInstanceId(String variableInstanceId)

getVariableId

public String getVariableId()

setVariableId

public void setVariableId(String variableId)

getValue

public String getValue()

setValue

public void setValue(String value)

getOldValue

public String getOldValue()

setOldValue

public void setOldValue(String oldValue)

getExternalId

public String getExternalId()

setExternalId

public void setExternalId(String externalId)

getIndex

public Integer getIndex()
Specified by:
getIndex in interface JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>
Returns:
The index of the command in the JaxbCommandsRequest.getCommands() list.

setIndex

public void setIndex(Integer index)
Description copied from interface: JaxbCommandResponse
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.

Specified by:
setIndex in interface JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>

getCommandName

public String getCommandName()
Specified by:
getCommandName in interface JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>
Returns:
The (simple) name of the command class that generated this response.

setCommandName

public void setCommandName(String cmdName)
Description copied from interface: JaxbCommandResponse
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.

Specified by:
setCommandName in interface JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>

getResult

public org.jbpm.process.audit.VariableInstanceLog getResult()
Specified by:
getResult in interface JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>
Returns:
The result object generated by the command. If the command does not return an object, null.

setResult

public void setResult(org.jbpm.process.audit.VariableInstanceLog result)
Description copied from interface: JaxbCommandResponse
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.

Specified by:
setResult in interface JaxbCommandResponse<org.jbpm.process.audit.VariableInstanceLog>

KIE Remote Services :: JAXB classes 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.