Package com.soffid.iam.sync.api
Class ScheduledTask
java.lang.Object
com.soffid.iam.sync.api.ScheduledTask
- All Implemented Interfaces:
Serializable
ValueObject ScheduledTask
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledTask(ScheduledTask otherBean) ScheduledTask(Long id, String tenant, String name, String params, String handlerName, Calendar nextExecution, Calendar lastExecution, Calendar lastEnd, String logReferenceID, String dayPattern, String hoursPattern, String monthsPattern, String dayOfWeekPattern, String minutesPattern, boolean error, boolean active, boolean enabled, String status, Double percentageDone, Boolean stop, String serverName, List<ScheduledTaskLog> logs) ScheduledTask(String name, String handlerName, String dayPattern, String hoursPattern, String monthsPattern, String dayOfWeekPattern, String minutesPattern, boolean error, boolean active, boolean enabled) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute dayOfWeekPatternGets value for attribute dayPatternGets value for attribute handlerNameGets value for attribute hoursPatterngetId()Gets value for attribute idGets value for attribute lastEndGets value for attribute lastExecutionGets value for attribute logReferenceIDgetLogs()Gets value for attribute logsGets value for attribute minutesPatternGets value for attribute monthsPatterngetName()Gets value for attribute nameGets value for attribute nextExecutionGets value for attribute paramsGets value for attribute percentageDoneGets value for attribute serverNameGets value for attribute statusgetStop()Gets value for attribute stopGets value for attribute tenantbooleanisActive()Gets value for attribute activebooleanGets value for attribute enabledbooleanisError()Gets value for attribute errorvoidsetActive(boolean active) Sets value for attribute activevoidsetDayOfWeekPattern(String dayOfWeekPattern) Sets value for attribute dayOfWeekPatternvoidsetDayPattern(String dayPattern) Sets value for attribute dayPatternvoidsetEnabled(boolean enabled) Sets value for attribute enabledvoidsetError(boolean error) Sets value for attribute errorvoidsetHandlerName(String handlerName) Sets value for attribute handlerNamevoidsetHoursPattern(String hoursPattern) Sets value for attribute hoursPatternvoidSets value for attribute idvoidsetLastEnd(Calendar lastEnd) Sets value for attribute lastEndvoidsetLastExecution(Calendar lastExecution) Sets value for attribute lastExecutionvoidsetLogReferenceID(String logReferenceID) Sets value for attribute logReferenceIDvoidsetLogs(List<ScheduledTaskLog> logs) Sets value for attribute logsvoidsetMinutesPattern(String minutesPattern) Sets value for attribute minutesPatternvoidsetMonthsPattern(String monthsPattern) Sets value for attribute monthsPatternvoidSets value for attribute namevoidsetNextExecution(Calendar nextExecution) Sets value for attribute nextExecutionvoidSets value for attribute paramsvoidsetPercentageDone(Double percentageDone) Sets value for attribute percentageDonevoidsetServerName(String serverName) Sets value for attribute serverNamevoidSets value for attribute statusvoidSets value for attribute stopvoidSets value for attribute tenanttoString()Returns a string representation of the value object.
-
Constructor Details
-
ScheduledTask
public ScheduledTask() -
ScheduledTask
public ScheduledTask(Long id, String tenant, String name, String params, String handlerName, Calendar nextExecution, Calendar lastExecution, Calendar lastEnd, String logReferenceID, String dayPattern, String hoursPattern, String monthsPattern, String dayOfWeekPattern, String minutesPattern, boolean error, boolean active, boolean enabled, String status, Double percentageDone, Boolean stop, String serverName, List<ScheduledTaskLog> logs) -
ScheduledTask
-
ScheduledTask
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getTenant
Gets value for attribute tenant -
setTenant
Sets value for attribute tenant -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getParams
Gets value for attribute params -
setParams
Sets value for attribute params -
getHandlerName
Gets value for attribute handlerName -
setHandlerName
Sets value for attribute handlerName -
getNextExecution
Gets value for attribute nextExecution -
setNextExecution
Sets value for attribute nextExecution -
getLastExecution
Gets value for attribute lastExecution -
setLastExecution
Sets value for attribute lastExecution -
getLastEnd
Gets value for attribute lastEnd -
setLastEnd
Sets value for attribute lastEnd -
getLogReferenceID
Gets value for attribute logReferenceID -
setLogReferenceID
Sets value for attribute logReferenceID -
getDayPattern
Gets value for attribute dayPattern -
setDayPattern
Sets value for attribute dayPattern -
getHoursPattern
Gets value for attribute hoursPattern -
setHoursPattern
Sets value for attribute hoursPattern -
getMonthsPattern
Gets value for attribute monthsPattern -
setMonthsPattern
Sets value for attribute monthsPattern -
getDayOfWeekPattern
Gets value for attribute dayOfWeekPattern -
setDayOfWeekPattern
Sets value for attribute dayOfWeekPattern -
getMinutesPattern
Gets value for attribute minutesPattern -
setMinutesPattern
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
Gets value for attribute status -
setStatus
Sets value for attribute status -
getPercentageDone
Gets value for attribute percentageDone -
setPercentageDone
Sets value for attribute percentageDone -
getStop
Gets value for attribute stop -
setStop
Sets value for attribute stop -
getServerName
Gets value for attribute serverName -
setServerName
Sets value for attribute serverName -
getLogs
Gets value for attribute logs -
setLogs
Sets value for attribute logs -
toString
Returns a string representation of the value object.
-