Package com.saperion.ngc.servlet
Class ProgressResponse
- java.lang.Object
-
- com.saperion.ngc.servlet.ProgressResponse
-
public class ProgressResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProgressResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getProgress()
boolean
isError()
void
setError(boolean error)
void
setProgress(int progress)
-