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 String
getCurrent()
Gets value for attribute currentDate
getEnd()
Gets value for attribute endString
getErrorMessage()
Gets value for attribute errorMessageLong
getId()
Gets value for attribute idfloat
getProgress()
Gets value for attribute progressString
getReport()
Gets value for attribute reportDate
getStart()
Gets value for attribute startboolean
isCancelled()
Gets value for attribute cancelledboolean
isFinished()
Gets value for attribute finishedvoid
setCancelled(boolean cancelled)
Sets value for attribute cancelledvoid
setCurrent(String current)
Sets value for attribute currentvoid
setEnd(Date end)
Sets value for attribute endvoid
setErrorMessage(String errorMessage)
Sets value for attribute errorMessagevoid
setFinished(boolean finished)
Sets value for attribute finishedvoid
setId(Long id)
Sets value for attribute idvoid
setProgress(float progress)
Sets value for attribute progressvoid
setReport(String report)
Sets value for attribute reportvoid
setStart(Date start)
Sets value for attribute startString
toString()
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
-
-