org.kie.services.client.serialization.jaxb.impl.audit
Class JaxbVariableInstanceLog
java.lang.Object
org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject<org.jbpm.process.audit.VariableInstanceLog>
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbVariableInstanceLog
public JaxbVariableInstanceLog()
JaxbVariableInstanceLog
public JaxbVariableInstanceLog(org.jbpm.process.audit.VariableInstanceLog origLog)
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>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.