1.0.0

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

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

public class ConfigurationTemplate
extends java.lang.Object

Version:
1.0.0

Constructor Summary
ConfigurationTemplate(java.lang.String pid, java.lang.String factoryPid, java.lang.String bundleLocation, java.lang.String filter, java.util.Dictionary properties)
          Constructs an instance of this class from the specified pid, factory pid, bundle location, filter and properties parameters.
 
Method Summary
 java.lang.String getBundleLocation()
          Gets the bundle location (String) value.
 java.lang.String getFactoryPid()
          Gets the factory pid (String) value.
 java.lang.String getFilter()
          Gets the filter (String) value.
 java.lang.String getPid()
          Gets the pid (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

ConfigurationTemplate

public ConfigurationTemplate(java.lang.String pid,
                             java.lang.String factoryPid,
                             java.lang.String bundleLocation,
                             java.lang.String filter,
                             java.util.Dictionary properties)
Constructs an instance of this class from the specified pid, factory pid, bundle location, filter and properties parameters.

Parameters:
pid - The pid (String) parameter.
factoryPid - The factory pid (String) parameter.
bundleLocation - The bundle location (String) parameter.
filter - The filter (String) parameter.
properties - The properties (Dictionary) parameter.
Method Detail

getBundleLocation

public java.lang.String getBundleLocation()
Gets the bundle location (String) value.

Returns:
The bundle location (String) value.

getFactoryPid

public java.lang.String getFactoryPid()
Gets the factory pid (String) value.

Returns:
The factory pid (String) value.

getFilter

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

Returns:
The filter (String) value.

getPid

public java.lang.String getPid()
Gets the pid (String) value.

Returns:
The pid (String) value.
See Also:
getFactoryPid()

getProperties

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

Returns:
The properties (Dictionary) value.

1.0.0

Copyright (c) 2007 IBM