Package com.smeup.kokos.sdk.model
Class FlowContext
java.lang.Object
com.smeup.kokos.sdk.model.FlowContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFun()intintvoidsetFunToExecute(int funToExecute) voidsetProgress(int progress)
-
Constructor Details
-
FlowContext
public FlowContext() -
FlowContext
-
-
Method Details
-
getFlowId
-
getFlowName
-
getProgress
public int getProgress() -
setProgress
public void setProgress(int progress) -
setFunToExecute
public void setFunToExecute(int funToExecute) -
getFunToExecute
public int getFunToExecute() -
getFun
-