Agentflow
V3.1

si.wfcidata
Class AFFormData

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by si.wfcidata.AFFormData
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class AFFormData
extends java.util.HashMap

AFFormData

Version:
1.1.5,
Author:
Flowring co.
See Also:
Serialized Form

Constructor Summary
AFFormData(WFCI wfci)
          Constructor
AFFormData(WFCI wfci, java.util.HashMap hashmap)
          Constructor
 
Method Summary
 void addAppValue(java.lang.String key, java.lang.Object value)
          Add some ComponentPair (ComponentName:ComponentValue) into DataMap
 void addAppValue(java.lang.String key, java.lang.String value)
          Add some ComponentPair (ComponentName:ComponentValue) into DataMap
 java.lang.String getAppValue(java.lang.String key)
          Return the value of some component.
 void setAppValue(java.lang.String key, java.lang.Object value)
          Set the value to component.
 void setAppValue(java.lang.String key, java.lang.String value)
          Set the value to component.
 
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, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

AFFormData

public AFFormData(WFCI wfci)
Constructor

Parameters:
wfci - WFCI interface

AFFormData

public AFFormData(WFCI wfci,
                  java.util.HashMap hashmap)
Constructor

Parameters:
wfci - WFCI interface
hashmap - HashMap object contains FormData
Method Detail

addAppValue

public void addAppValue(java.lang.String key,
                        java.lang.Object value)
Add some ComponentPair (ComponentName:ComponentValue) into DataMap

Parameters:
key - the given ComponentName
value - the given ComponentValue

addAppValue

public void addAppValue(java.lang.String key,
                        java.lang.String value)
Add some ComponentPair (ComponentName:ComponentValue) into DataMap

Parameters:
key - the given ComponentName
value - the given ComponentValue

getAppValue

public java.lang.String getAppValue(java.lang.String key)
Return the value of some component.

Returns:
the ComponentValue, if error, return null.

setAppValue

public void setAppValue(java.lang.String key,
                        java.lang.Object value)
Set the value to component.

Parameters:
key - the given ComponentName
value - the given ComponentValue

setAppValue

public void setAppValue(java.lang.String key,
                        java.lang.String value)
Set the value to component.

Parameters:
key - the given ComponentName
value - the given ComponentValue

Agentflow
V3.1

Submit a bug or feature
Copyright 1999-2010 Flowring , Inc. 12F., No.120, Sec2, Gongdao 5th Rd.,
Hsinchu City 300, Taiwan (R.O.C.) All Rights Reserved.