Package org.bardframework.flow
Class FlowData
- java.lang.Object
-
- org.bardframework.flow.FlowData
-
public class FlowData extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>dataprotected static StringLANGUAGE_FIELD_NAMEprotected intnextStepIndex
-
Constructor Summary
Constructors Constructor Description FlowData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getData()LocalegetLocale()intgetNextStepIndex()voidsetData(Map<String,String> data)FlowDatasetLocale(Locale locale)voidsetNextStepIndex(int nextStepIndex)
-
-
-
Field Detail
-
LANGUAGE_FIELD_NAME
protected static final String LANGUAGE_FIELD_NAME
- See Also:
- Constant Field Values
-
nextStepIndex
protected int nextStepIndex
-
-
Method Detail
-
getLocale
public Locale getLocale()
-
getNextStepIndex
public int getNextStepIndex()
-
setNextStepIndex
public void setNextStepIndex(int nextStepIndex)
-
-