|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
si.wfcidata.AFFormData
public class AFFormData
AFFormData
| 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 |
|---|
public AFFormData(WFCI wfci)
wfci - WFCI interface
public AFFormData(WFCI wfci,
java.util.HashMap hashmap)
wfci - WFCI interfacehashmap - HashMap object contains FormData| Method Detail |
|---|
public void addAppValue(java.lang.String key,
java.lang.Object value)
key - the given ComponentNamevalue - the given ComponentValue
public void addAppValue(java.lang.String key,
java.lang.String value)
key - the given ComponentNamevalue - the given ComponentValuepublic java.lang.String getAppValue(java.lang.String key)
public void setAppValue(java.lang.String key,
java.lang.Object value)
key - the given ComponentNamevalue - the given ComponentValue
public void setAppValue(java.lang.String key,
java.lang.String value)
key - the given ComponentNamevalue - the given ComponentValue
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||