de.danet.an.workflow.api
Class DefaultProcessData

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byde.danet.an.workflow.api.DefaultProcessData
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, ProcessData, java.io.Serializable

public class DefaultProcessData
extends java.util.HashMap
implements ProcessData, java.io.Serializable

This class extends HashMap in order to provide a default implementation of ProcessData.

Version:
$Revision: 1.2 $
Author:
Michael N. Lipp
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
DefaultProcessData()
          Creates an empty DefaultProcessData.
DefaultProcessData(java.util.Map procData)
          Creates a DefaultProcessData with the same mapping as the given map.
 
Method Summary
 java.lang.String toString()
          Generate a string representation for debugging purposes.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

DefaultProcessData

public DefaultProcessData()
Creates an empty DefaultProcessData.


DefaultProcessData

public DefaultProcessData(java.util.Map procData)
Creates a DefaultProcessData with the same mapping as the given map.

Parameters:
procData - the process data that are to be placed in this DefaultProcessData.
Method Detail

toString

public java.lang.String toString()
Generate a string representation for debugging purposes.

Returns:
string representation