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 boolean
equals(Object object)
Returnstrue
if the argument is an TaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getCompleted()
Gets value for attribute completedDate
getCreationDate()
Gets value for attribute creationDateLong
getExecutionsNumber()
Gets value for attribute executionsNumberLong
getId()
Gets value for attribute idLong
getLastExecution()
Gets value for attribute lastExecutionString
getMessage()
Gets value for attribute messageLong
getNextExecution()
Gets value for attribute nextExecutionString
getStackTrace()
Gets value for attribute stackTraceSystemEntity
getSystem()
Gets value for attribute systemTaskEntity
getTask()
Gets value for attribute taskint
hashCode()
Returns a hash code based on this entity's identifiers.void
setCompleted(String completed)
Sets value for attribute completedvoid
setCreationDate(Date creationDate)
Sets value for attribute creationDatevoid
setExecutionsNumber(Long executionsNumber)
Sets value for attribute executionsNumbervoid
setId(Long id)
Sets value for attribute idvoid
setLastExecution(Long lastExecution)
Sets value for attribute lastExecutionvoid
setMessage(String message)
Sets value for attribute messagevoid
setNextExecution(Long nextExecution)
Sets value for attribute nextExecutionvoid
setStackTrace(String stackTrace)
Sets value for attribute stackTracevoid
setSystem(SystemEntity system)
Sets value for attribute systemvoid
setTask(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)
Returnstrue
if the argument is an TaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-