Package com.soffid.iam.sync.api
Class SyncAgentTaskLog
java.lang.Object
com.soffid.iam.sync.api.SyncAgentTaskLog
- All Implemented Interfaces:
Serializable
ValueObject SyncAgentTaskLog
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyncAgentTaskLog(SyncAgentTaskLog otherBean) SyncAgentTaskLog(Long taskId, String taskDescription, String agentCode, String complete, String message, Calendar creationDate, Long lastExecution, Calendar lastExecutionDate, Long nextExecution, Calendar nextExecutionDate, Long executionsNumber, Long priority, String stackTrace, String server) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute agentCodeGets value for attribute completeGets value for attribute creationDateGets value for attribute executionsNumberGets value for attribute lastExecutionGets value for attribute lastExecutionDateGets value for attribute messageGets value for attribute nextExecutionGets value for attribute nextExecutionDateGets value for attribute priorityGets value for attribute serverGets value for attribute stackTraceGets value for attribute taskDescriptionGets value for attribute taskIdvoidsetAgentCode(String agentCode) Sets value for attribute agentCodevoidsetComplete(String complete) Sets value for attribute completevoidsetCreationDate(Calendar creationDate) Sets value for attribute creationDatevoidsetExecutionsNumber(Long executionsNumber) Sets value for attribute executionsNumbervoidsetLastExecution(Long lastExecution) Sets value for attribute lastExecutionvoidsetLastExecutionDate(Calendar lastExecutionDate) Sets value for attribute lastExecutionDatevoidsetMessage(String message) Sets value for attribute messagevoidsetNextExecution(Long nextExecution) Sets value for attribute nextExecutionvoidsetNextExecutionDate(Calendar nextExecutionDate) Sets value for attribute nextExecutionDatevoidsetPriority(Long priority) Sets value for attribute priorityvoidSets value for attribute servervoidsetStackTrace(String stackTrace) Sets value for attribute stackTracevoidsetTaskDescription(String taskDescription) Sets value for attribute taskDescriptionvoidSets value for attribute taskIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
SyncAgentTaskLog
public SyncAgentTaskLog() -
SyncAgentTaskLog
public SyncAgentTaskLog(Long taskId, String taskDescription, String agentCode, String complete, String message, Calendar creationDate, Long lastExecution, Calendar lastExecutionDate, Long nextExecution, Calendar nextExecutionDate, Long executionsNumber, Long priority, String stackTrace, String server) -
SyncAgentTaskLog
-
-
Method Details
-
getTaskId
Gets value for attribute taskId -
setTaskId
Sets value for attribute taskId -
getTaskDescription
Gets value for attribute taskDescription -
setTaskDescription
Sets value for attribute taskDescription -
getAgentCode
Gets value for attribute agentCode -
setAgentCode
Sets value for attribute agentCode -
getComplete
Gets value for attribute complete -
setComplete
Sets value for attribute complete -
getMessage
Gets value for attribute message -
setMessage
Sets value for attribute message -
getCreationDate
Gets value for attribute creationDate -
setCreationDate
Sets value for attribute creationDate -
getLastExecution
Gets value for attribute lastExecution -
setLastExecution
Sets value for attribute lastExecution -
getLastExecutionDate
Gets value for attribute lastExecutionDate -
setLastExecutionDate
Sets value for attribute lastExecutionDate -
getNextExecution
Gets value for attribute nextExecution -
setNextExecution
Sets value for attribute nextExecution -
getNextExecutionDate
Gets value for attribute nextExecutionDate -
setNextExecutionDate
Sets value for attribute nextExecutionDate -
getExecutionsNumber
Gets value for attribute executionsNumber -
setExecutionsNumber
Sets value for attribute executionsNumber -
getPriority
Gets value for attribute priority -
setPriority
Sets value for attribute priority -
getStackTrace
Gets value for attribute stackTrace -
setStackTrace
Sets value for attribute stackTrace -
getServer
Gets value for attribute server -
setServer
Sets value for attribute server -
toString
Returns a string representation of the value object.
-