Package com.soffid.iam.model
Class ScheduledTaskLogEntity
- java.lang.Object
-
- com.soffid.iam.model.ScheduledTaskLogEntity
-
- Direct Known Subclasses:
ScheduledTaskLogEntityImpl
public abstract class ScheduledTaskLogEntity extends Object
Entity ScheduledTaskLogEntity
-
-
Constructor Summary
Constructors Constructor Description ScheduledTaskLogEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an ScheduledTaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity.DategetEnd()Gets value for attribute endLonggetId()Gets value for attribute idStringgetLogReferenceID()Gets value for attribute logReferenceIDScheduledTaskEntitygetTask()Gets value for attribute taskDategetTime()Gets value for attribute timeinthashCode()Returns a hash code based on this entity's identifiers.booleanisError()Gets value for attribute errorvoidsetEnd(Date end)Sets value for attribute endvoidsetError(boolean error)Sets value for attribute errorvoidsetId(Long id)Sets value for attribute idvoidsetLogReferenceID(String logReferenceID)Sets value for attribute logReferenceIDvoidsetTask(ScheduledTaskEntity task)Sets value for attribute taskvoidsetTime(Date time)Sets value for attribute time
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getTask
public ScheduledTaskEntity getTask()
Gets value for attribute task
-
setTask
public void setTask(ScheduledTaskEntity task)
Sets value for attribute task
-
getTime
public Date getTime()
Gets value for attribute time
-
setTime
public void setTime(Date time)
Sets value for attribute time
-
getEnd
public Date getEnd()
Gets value for attribute end
-
setEnd
public void setEnd(Date end)
Sets value for attribute end
-
getLogReferenceID
public String getLogReferenceID()
Gets value for attribute logReferenceID
-
setLogReferenceID
public void setLogReferenceID(String logReferenceID)
Sets value for attribute logReferenceID
-
isError
public boolean isError()
Gets value for attribute error
-
setError
public void setError(boolean error)
Sets value for attribute error
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an ScheduledTaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-