Package com.soffid.iam.model
Class TaskLogEntity
- java.lang.Object
-
- com.soffid.iam.model.TaskLogEntity
-
- Direct Known Subclasses:
TaskLogEntityImpl
public abstract class TaskLogEntity extends Object
Entity TaskLogEntity
-
-
Constructor Summary
Constructors Constructor Description TaskLogEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an TaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetCompleted()Gets value for attribute completedDategetCreationDate()Gets value for attribute creationDateLonggetExecutionsNumber()Gets value for attribute executionsNumberLonggetId()Gets value for attribute idLonggetLastExecution()Gets value for attribute lastExecutionStringgetMessage()Gets value for attribute messageLonggetNextExecution()Gets value for attribute nextExecutionStringgetStackTrace()Gets value for attribute stackTraceSystemEntitygetSystem()Gets value for attribute systemTaskEntitygetTask()Gets value for attribute taskinthashCode()Returns a hash code based on this entity's identifiers.voidsetCompleted(String completed)Sets value for attribute completedvoidsetCreationDate(Date creationDate)Sets value for attribute creationDatevoidsetExecutionsNumber(Long executionsNumber)Sets value for attribute executionsNumbervoidsetId(Long id)Sets value for attribute idvoidsetLastExecution(Long lastExecution)Sets value for attribute lastExecutionvoidsetMessage(String message)Sets value for attribute messagevoidsetNextExecution(Long nextExecution)Sets value for attribute nextExecutionvoidsetStackTrace(String stackTrace)Sets value for attribute stackTracevoidsetSystem(SystemEntity system)Sets value for attribute systemvoidsetTask(TaskEntity task)Sets value for attribute task
-
-
-
Method Detail
-
getCompleted
public String getCompleted()
Gets value for attribute completed
-
setCompleted
public void setCompleted(String completed)
Sets value for attribute completed
-
getMessage
public String getMessage()
Gets value for attribute message
-
setMessage
public void setMessage(String message)
Sets value for attribute message
-
getCreationDate
public Date getCreationDate()
Gets value for attribute creationDate
-
setCreationDate
public void setCreationDate(Date 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
-
getNextExecution
public Long getNextExecution()
Gets value for attribute nextExecution
-
setNextExecution
public void setNextExecution(Long nextExecution)
Sets value for attribute nextExecution
-
getExecutionsNumber
public Long getExecutionsNumber()
Gets value for attribute executionsNumber
-
setExecutionsNumber
public void setExecutionsNumber(Long executionsNumber)
Sets value for attribute executionsNumber
-
getStackTrace
public String getStackTrace()
Gets value for attribute stackTrace
-
setStackTrace
public void setStackTrace(String stackTrace)
Sets value for attribute stackTrace
-
getTask
public TaskEntity getTask()
Gets value for attribute task
-
setTask
public void setTask(TaskEntity task)
Sets value for attribute task
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getSystem
public SystemEntity getSystem()
Gets value for attribute system
-
setSystem
public void setSystem(SystemEntity system)
Sets value for attribute system
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an TaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-