Package com.soffid.iam.api
Class AsyncProcessTracker
- java.lang.Object
-
- com.soffid.iam.api.AsyncProcessTracker
-
- All Implemented Interfaces:
Serializable
public class AsyncProcessTracker extends Object implements Serializable
ValueObject AsyncProcessTracker- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsyncProcessTracker()AsyncProcessTracker(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrent()Gets value for attribute currentDategetEnd()Gets value for attribute endStringgetErrorMessage()Gets value for attribute errorMessageLonggetId()Gets value for attribute idfloatgetProgress()Gets value for attribute progressStringgetReport()Gets value for attribute reportDategetStart()Gets value for attribute startbooleanisCancelled()Gets value for attribute cancelledbooleanisFinished()Gets value for attribute finishedvoidsetCancelled(boolean cancelled)Sets value for attribute cancelledvoidsetCurrent(String current)Sets value for attribute currentvoidsetEnd(Date end)Sets value for attribute endvoidsetErrorMessage(String errorMessage)Sets value for attribute errorMessagevoidsetFinished(boolean finished)Sets value for attribute finishedvoidsetId(Long id)Sets value for attribute idvoidsetProgress(float progress)Sets value for attribute progressvoidsetReport(String report)Sets value for attribute reportvoidsetStart(Date start)Sets value for attribute startStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AsyncProcessTracker
public AsyncProcessTracker()
-
AsyncProcessTracker
public AsyncProcessTracker(Long id, float progress, String report, boolean finished, boolean cancelled, String errorMessage, Date start, Date end, String current)
-
AsyncProcessTracker
public AsyncProcessTracker(Long id, float progress, boolean finished, boolean cancelled)
-
AsyncProcessTracker
public AsyncProcessTracker(AsyncProcessTracker otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
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
public String getReport()
Gets value for attribute report
-
setReport
public void setReport(String report)
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
public String getErrorMessage()
Gets value for attribute errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
Sets value for attribute errorMessage
-
getStart
public Date getStart()
Gets value for attribute start
-
setStart
public void setStart(Date start)
Sets value for attribute start
-
getEnd
public Date getEnd()
Gets value for attribute end
-
setEnd
public void setEnd(Date end)
Sets value for attribute end
-
getCurrent
public String getCurrent()
Gets value for attribute current
-
setCurrent
public void setCurrent(String current)
Sets value for attribute current
-
-