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

Version:
1.0.0

Constructor Summary
TestTemplate(java.lang.String runId, 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 getFilter()
          Gets the filter (String) value.
 java.lang.String getMatchType()
          Gets the match type (String) value.
 java.util.Dictionary getProperties()
          Gets the properties (Dictionary) value.
 java.lang.String getRunId()
          Gets the run id (String) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTemplate

public TestTemplate(java.lang.String runId,
                    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:
runId - The run 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.

getFilter

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

Returns:
The filter (String) value.

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.

getRunId

public java.lang.String getRunId()
Gets the run id (String) value.

Returns:
The run id (String) value.

1.0.0

Copyright (c) 2007 IBM