Class AsyncProcessTracker

java.lang.Object
com.soffid.iam.base.api.AsyncProcessTracker
All Implemented Interfaces:
Serializable

public class AsyncProcessTracker extends Object implements Serializable
ValueObject AsyncProcessTracker
See Also:
  • Constructor Details

    • 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 Details

    • 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
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object