Package com.soffid.iam.api
Class SyncAgentTaskLog
- java.lang.Object
-
- com.soffid.iam.api.SyncAgentTaskLog
-
- All Implemented Interfaces:
Serializable
public class SyncAgentTaskLog extends Object implements Serializable
ValueObject SyncAgentTaskLog- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncAgentTaskLog()
SyncAgentTaskLog(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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAgentCode()
Gets value for attribute agentCodeString
getComplete()
Gets value for attribute completeCalendar
getCreationDate()
Gets value for attribute creationDateLong
getExecutionsNumber()
Gets value for attribute executionsNumberLong
getLastExecution()
Gets value for attribute lastExecutionCalendar
getLastExecutionDate()
Gets value for attribute lastExecutionDateString
getMessage()
Gets value for attribute messageLong
getNextExecution()
Gets value for attribute nextExecutionCalendar
getNextExecutionDate()
Gets value for attribute nextExecutionDateLong
getPriority()
Gets value for attribute priorityString
getServer()
Gets value for attribute serverString
getStackTrace()
Gets value for attribute stackTraceString
getTaskDescription()
Gets value for attribute taskDescriptionLong
getTaskId()
Gets value for attribute taskIdvoid
setAgentCode(String agentCode)
Sets value for attribute agentCodevoid
setComplete(String complete)
Sets value for attribute completevoid
setCreationDate(Calendar creationDate)
Sets value for attribute creationDatevoid
setExecutionsNumber(Long executionsNumber)
Sets value for attribute executionsNumbervoid
setLastExecution(Long lastExecution)
Sets value for attribute lastExecutionvoid
setLastExecutionDate(Calendar lastExecutionDate)
Sets value for attribute lastExecutionDatevoid
setMessage(String message)
Sets value for attribute messagevoid
setNextExecution(Long nextExecution)
Sets value for attribute nextExecutionvoid
setNextExecutionDate(Calendar nextExecutionDate)
Sets value for attribute nextExecutionDatevoid
setPriority(Long priority)
Sets value for attribute priorityvoid
setServer(String server)
Sets value for attribute servervoid
setStackTrace(String stackTrace)
Sets value for attribute stackTracevoid
setTaskDescription(String taskDescription)
Sets value for attribute taskDescriptionvoid
setTaskId(Long taskId)
Sets value for attribute taskIdString
toString()
Returns a string representation of the value object.static SyncAgentTaskLog
toSyncAgentTaskLog(SeyconAgentTaskLog vo)
Creates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.static void
toSyncAgentTaskLog(SeyconAgentTaskLog source, SyncAgentTaskLog target)
Updates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.static SyncAgentTaskLog[]
toSyncAgentTaskLogArray(SeyconAgentTaskLog[] source)
Creates a SyncAgentTaskLog array on a SeyconAgentTaskLog array.static AsyncList<SyncAgentTaskLog>
toSyncAgentTaskLogAsyncList(AsyncList<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog asynclist on a SeyconAgentTaskLog collection.static PagedResult<SyncAgentTaskLog>
toSyncAgentTaskLogList(PagedResult<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog pagedResult on a SeyconAgentTaskLog collection.static List<SyncAgentTaskLog>
toSyncAgentTaskLogList(Collection<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog list on a SeyconAgentTaskLog collection.
-
-
-
Constructor Detail
-
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
public SyncAgentTaskLog(SyncAgentTaskLog otherBean)
-
-
Method Detail
-
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.
-
toSyncAgentTaskLog
public static SyncAgentTaskLog toSyncAgentTaskLog(SeyconAgentTaskLog vo)
Creates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.
-
toSyncAgentTaskLogList
public static List<SyncAgentTaskLog> toSyncAgentTaskLogList(Collection<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog list on a SeyconAgentTaskLog collection.
-
toSyncAgentTaskLogList
public static PagedResult<SyncAgentTaskLog> toSyncAgentTaskLogList(PagedResult<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog pagedResult on a SeyconAgentTaskLog collection.
-
toSyncAgentTaskLogAsyncList
public static AsyncList<SyncAgentTaskLog> toSyncAgentTaskLogAsyncList(AsyncList<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog asynclist on a SeyconAgentTaskLog collection.
-
toSyncAgentTaskLogArray
public static SyncAgentTaskLog[] toSyncAgentTaskLogArray(SeyconAgentTaskLog[] source)
Creates a SyncAgentTaskLog array on a SeyconAgentTaskLog array.
-
toSyncAgentTaskLog
public static void toSyncAgentTaskLog(SeyconAgentTaskLog source, SyncAgentTaskLog target)
Updates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.
-
-