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

Since:
1.0
Version:
1.2.0

Constructor Summary
ConfigurationTemplate(java.lang.String id, java.lang.String controllerId, 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 id, controller id, pid, factory pid, bundle location, filter and properties parameters.
 
Method Summary
 java.lang.String getBundleLocation()
          Gets the bundle location (String) value.
 java.lang.String getControllerId()
          Gets the controller ID (String) value.
 java.lang.String getFactoryPid()
          Gets the factory PID (String) value.
 java.lang.String getFilter()
          Gets the filter (String) value.
 java.lang.String getId()
          Gets the ID (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 id,
                             java.lang.String controllerId,
                             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 id, controller id, pid, factory pid, bundle location, filter and properties parameters.

Parameters:
id - The ID (String) parameter.
controllerId - The controller ID (String) parameter.
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.

getControllerId

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

Returns:
The controller id (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.

getId

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

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

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, 2009 IBM