Class ScheduledTask

java.lang.Object
com.soffid.iam.sync.api.ScheduledTask
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getTenant

      public String getTenant()
      Gets value for attribute tenant
    • setTenant

      public void setTenant(String tenant)
      Sets value for attribute tenant
    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getParams

      public String getParams()
      Gets value for attribute params
    • setParams

      public void setParams(String params)
      Sets value for attribute params
    • getHandlerName

      public String getHandlerName()
      Gets value for attribute handlerName
    • setHandlerName

      public void setHandlerName(String handlerName)
      Sets value for attribute handlerName
    • getNextExecution

      public Calendar getNextExecution()
      Gets value for attribute nextExecution
    • setNextExecution

      public void setNextExecution(Calendar nextExecution)
      Sets value for attribute nextExecution
    • getLastExecution

      public Calendar getLastExecution()
      Gets value for attribute lastExecution
    • setLastExecution

      public void setLastExecution(Calendar lastExecution)
      Sets value for attribute lastExecution
    • getLastEnd

      public Calendar getLastEnd()
      Gets value for attribute lastEnd
    • setLastEnd

      public void setLastEnd(Calendar lastEnd)
      Sets value for attribute lastEnd
    • getLogReferenceID

      public String getLogReferenceID()
      Gets value for attribute logReferenceID
    • setLogReferenceID

      public void setLogReferenceID(String logReferenceID)
      Sets value for attribute logReferenceID
    • getDayPattern

      public String getDayPattern()
      Gets value for attribute dayPattern
    • setDayPattern

      public void setDayPattern(String dayPattern)
      Sets value for attribute dayPattern
    • getHoursPattern

      public String getHoursPattern()
      Gets value for attribute hoursPattern
    • setHoursPattern

      public void setHoursPattern(String hoursPattern)
      Sets value for attribute hoursPattern
    • getMonthsPattern

      public String getMonthsPattern()
      Gets value for attribute monthsPattern
    • setMonthsPattern

      public void setMonthsPattern(String monthsPattern)
      Sets value for attribute monthsPattern
    • getDayOfWeekPattern

      public String getDayOfWeekPattern()
      Gets value for attribute dayOfWeekPattern
    • setDayOfWeekPattern

      public void setDayOfWeekPattern(String dayOfWeekPattern)
      Sets value for attribute dayOfWeekPattern
    • getMinutesPattern

      public String getMinutesPattern()
      Gets value for attribute minutesPattern
    • setMinutesPattern

      public void setMinutesPattern(String minutesPattern)
      Sets value for attribute minutesPattern
    • isError

      public boolean isError()
      Gets value for attribute error
    • setError

      public void setError(boolean error)
      Sets value for attribute error
    • isActive

      public boolean isActive()
      Gets value for attribute active
    • setActive

      public void setActive(boolean active)
      Sets value for attribute active
    • isEnabled

      public boolean isEnabled()
      Gets value for attribute enabled
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets value for attribute enabled
    • getStatus

      public String getStatus()
      Gets value for attribute status
    • setStatus

      public void setStatus(String status)
      Sets value for attribute status
    • getPercentageDone

      public Double getPercentageDone()
      Gets value for attribute percentageDone
    • setPercentageDone

      public void setPercentageDone(Double percentageDone)
      Sets value for attribute percentageDone
    • getStop

      public Boolean getStop()
      Gets value for attribute stop
    • setStop

      public void setStop(Boolean stop)
      Sets value for attribute stop
    • getServerName

      public String getServerName()
      Gets value for attribute serverName
    • setServerName

      public void setServerName(String serverName)
      Sets value for attribute serverName
    • getLogs

      public List<ScheduledTaskLog> getLogs()
      Gets value for attribute logs
    • setLogs

      public void setLogs(List<ScheduledTaskLog> logs)
      Sets value for attribute logs
    • toString

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