Package step.artefacts.handlers
Class CallFunctionTokenWrapperOwner
- java.lang.Object
-
- step.artefacts.handlers.CallFunctionTokenWrapperOwner
-
- All Implemented Interfaces:
step.grid.TokenWrapperOwner
public class CallFunctionTokenWrapperOwner extends Object implements step.grid.TokenWrapperOwner
-
-
Constructor Summary
Constructors Constructor Description CallFunctionTokenWrapperOwner()
CallFunctionTokenWrapperOwner(String reportNodeId, String executionId, String executionDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExecutionDescription()
String
getExecutionId()
String
getReportNodeId()
void
setExecutionDescription(String executionDescription)
void
setExecutionId(String executionId)
void
setReportNodeId(String reportNodeId)
-
-
-
Method Detail
-
getReportNodeId
public String getReportNodeId()
-
getExecutionId
public String getExecutionId()
-
getExecutionDescription
public String getExecutionDescription()
-
setReportNodeId
public void setReportNodeId(String reportNodeId)
-
setExecutionId
public void setExecutionId(String executionId)
-
setExecutionDescription
public void setExecutionDescription(String executionDescription)
-
-