Class SyncAgentTaskLog

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

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

  • Method Details

    • getTaskId

      public Long getTaskId()
      Gets value for attribute taskId
    • setTaskId

      public void setTaskId(Long taskId)
      Sets value for attribute taskId
    • getTaskDescription

      public String getTaskDescription()
      Gets value for attribute taskDescription
    • setTaskDescription

      public void setTaskDescription(String taskDescription)
      Sets value for attribute taskDescription
    • getAgentCode

      public String getAgentCode()
      Gets value for attribute agentCode
    • setAgentCode

      public void setAgentCode(String agentCode)
      Sets value for attribute agentCode
    • getComplete

      public String getComplete()
      Gets value for attribute complete
    • setComplete

      public void setComplete(String complete)
      Sets value for attribute complete
    • getMessage

      public String getMessage()
      Gets value for attribute message
    • setMessage

      public void setMessage(String message)
      Sets value for attribute message
    • getCreationDate

      public Calendar getCreationDate()
      Gets value for attribute creationDate
    • setCreationDate

      public void setCreationDate(Calendar creationDate)
      Sets value for attribute creationDate
    • getLastExecution

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

      public void setLastExecution(Long lastExecution)
      Sets value for attribute lastExecution
    • getLastExecutionDate

      public Calendar getLastExecutionDate()
      Gets value for attribute lastExecutionDate
    • setLastExecutionDate

      public void setLastExecutionDate(Calendar lastExecutionDate)
      Sets value for attribute lastExecutionDate
    • getNextExecution

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

      public void setNextExecution(Long nextExecution)
      Sets value for attribute nextExecution
    • getNextExecutionDate

      public Calendar getNextExecutionDate()
      Gets value for attribute nextExecutionDate
    • setNextExecutionDate

      public void setNextExecutionDate(Calendar nextExecutionDate)
      Sets value for attribute nextExecutionDate
    • getExecutionsNumber

      public Long getExecutionsNumber()
      Gets value for attribute executionsNumber
    • setExecutionsNumber

      public void setExecutionsNumber(Long executionsNumber)
      Sets value for attribute executionsNumber
    • getPriority

      public Long getPriority()
      Gets value for attribute priority
    • setPriority

      public void setPriority(Long priority)
      Sets value for attribute priority
    • getStackTrace

      public String getStackTrace()
      Gets value for attribute stackTrace
    • setStackTrace

      public void setStackTrace(String stackTrace)
      Sets value for attribute stackTrace
    • getServer

      public String getServer()
      Gets value for attribute server
    • setServer

      public void setServer(String server)
      Sets value for attribute server
    • toString

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