Package com.soffid.iam.base.api
Class AsyncProcessTracker
java.lang.Object
com.soffid.iam.base.api.AsyncProcessTracker
- All Implemented Interfaces:
Serializable
ValueObject AsyncProcessTracker
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncProcessTracker(AsyncProcessTracker otherBean) AsyncProcessTracker(Long id, float progress, boolean finished, boolean cancelled) AsyncProcessTracker(Long id, float progress, String report, boolean finished, boolean cancelled, String errorMessage, Date start, Date end, String current) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute currentgetEnd()Gets value for attribute endGets value for attribute errorMessagegetId()Gets value for attribute idfloatGets value for attribute progressGets value for attribute reportgetStart()Gets value for attribute startbooleanGets value for attribute cancelledbooleanGets value for attribute finishedvoidsetCancelled(boolean cancelled) Sets value for attribute cancelledvoidsetCurrent(String current) Sets value for attribute currentvoidSets value for attribute endvoidsetErrorMessage(String errorMessage) Sets value for attribute errorMessagevoidsetFinished(boolean finished) Sets value for attribute finishedvoidSets value for attribute idvoidsetProgress(float progress) Sets value for attribute progressvoidSets value for attribute reportvoidSets value for attribute starttoString()Returns a string representation of the value object.
-
Constructor Details
-
AsyncProcessTracker
public AsyncProcessTracker() -
AsyncProcessTracker
-
AsyncProcessTracker
-
AsyncProcessTracker
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getProgress
public float getProgress()Gets value for attribute progress -
setProgress
public void setProgress(float progress) Sets value for attribute progress -
getReport
Gets value for attribute report -
setReport
Sets value for attribute report -
isFinished
public boolean isFinished()Gets value for attribute finished -
setFinished
public void setFinished(boolean finished) Sets value for attribute finished -
isCancelled
public boolean isCancelled()Gets value for attribute cancelled -
setCancelled
public void setCancelled(boolean cancelled) Sets value for attribute cancelled -
getErrorMessage
Gets value for attribute errorMessage -
setErrorMessage
Sets value for attribute errorMessage -
getStart
Gets value for attribute start -
setStart
Sets value for attribute start -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
getCurrent
Gets value for attribute current -
setCurrent
Sets value for attribute current -
toString
Returns a string representation of the value object.
-