KIE Internal 6.2.0.CR2

org.kie.internal.command
Class ProcessInstanceIdCommand<T>

java.lang.Object
  extended by org.kie.internal.command.ProcessInstanceIdCommand<T>
All Implemented Interfaces:
Serializable, org.kie.api.command.Command<T>

public abstract class ProcessInstanceIdCommand<T>
extends Object
implements org.kie.api.command.Command<T>

See Also:
Serialized Form

Field Summary
protected  Long processInstanceId
           
 
Constructor Summary
ProcessInstanceIdCommand()
           
 
Method Summary
 Long getProcessInstanceId()
           
 void setProcessInstanceId(Long procInstId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processInstanceId

protected Long processInstanceId
Constructor Detail

ProcessInstanceIdCommand

public ProcessInstanceIdCommand()
Method Detail

setProcessInstanceId

public void setProcessInstanceId(Long procInstId)

getProcessInstanceId

public Long getProcessInstanceId()

KIE Internal 6.2.0.CR2

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