xflow.protocol
Class GetVariableRequest

java.lang.Object
  extended byxflow.protocol.Request
      extended byxflow.protocol.GetVariableRequest
All Implemented Interfaces:
java.io.Serializable

public class GetVariableRequest
extends Request

See Also:
Serialized Form

Field Summary
 java.lang.String variableName
           
 java.lang.Integer workflowId
           
 
Fields inherited from class xflow.protocol.Request
replyName, user
 
Constructor Summary
GetVariableRequest()
           
 
Methods inherited from class xflow.protocol.Request
service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workflowId

public java.lang.Integer workflowId

variableName

public java.lang.String variableName
Constructor Detail

GetVariableRequest

public GetVariableRequest()