1.0.0

org.eclipse.soda.dk.testmanager.action
Class TestTemplate

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.action.TestTemplate

public class TestTemplate
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Constructor Summary
TestTemplate(Action parentAction, java.lang.String runId, java.lang.String controllerId, java.lang.String filter, java.lang.String className, java.lang.String match, java.util.Dictionary properties)
          Constructs an instance of this class from the specified run id, filter, class name, match and properties parameters.
 
Method Summary
 java.lang.String getClassName()
          Gets the class name (String) value.
 java.lang.String getControllerId()
          Gets the controller ID (String) value.
 java.lang.String getFilter()
          Gets the filter (String) value.
 java.lang.String getId()
          Gets the ID (String) value.
 java.lang.String getMatchType()
          Gets the match type (String) value.
 java.util.Dictionary getProperties()
          Gets the properties (Dictionary) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTemplate

public TestTemplate(Action parentAction,
                    java.lang.String runId,
                    java.lang.String controllerId,
                    java.lang.String filter,
                    java.lang.String className,
                    java.lang.String match,
                    java.util.Dictionary properties)
Constructs an instance of this class from the specified run id, filter, class name, match and properties parameters.

Parameters:
parentAction - The parent action (Action) parameter.
runId - The run ID (String) parameter.
controllerId - The controller ID (String) parameter.
filter - The filter (String) parameter.
className - The class name (String) parameter.
match - The match (String) parameter.
properties - The properties (Dictionary) parameter.
Method Detail

getClassName

public java.lang.String getClassName()
Gets the class name (String) value.

Returns:
The class name (String) value.

getControllerId

public java.lang.String getControllerId()
Gets the controller ID (String) value.

Returns:
The controller id (String) value.

getFilter

public java.lang.String getFilter()
Gets the filter (String) value.

Returns:
The filter (String) value.

getId

public java.lang.String getId()
Gets the ID (String) value.

Returns:
The id (String) value.
See Also:
getControllerId()

getMatchType

public java.lang.String getMatchType()
Gets the match type (String) value.

Returns:
The match type (String) value.

getProperties

public java.util.Dictionary getProperties()
Gets the properties (Dictionary) value.

Returns:
The properties (Dictionary) value.

1.0.0

Copyright (c) 2007, 2009 IBM