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 boolean
equals(Object object)
Returnstrue
if the argument is an ScheduledTaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Date
getEnd()
Gets value for attribute endLong
getId()
Gets value for attribute idString
getLogReferenceID()
Gets value for attribute logReferenceIDScheduledTaskEntity
getTask()
Gets value for attribute taskDate
getTime()
Gets value for attribute timeint
hashCode()
Returns a hash code based on this entity's identifiers.boolean
isError()
Gets value for attribute errorvoid
setEnd(Date end)
Sets value for attribute endvoid
setError(boolean error)
Sets value for attribute errorvoid
setId(Long id)
Sets value for attribute idvoid
setLogReferenceID(String logReferenceID)
Sets value for attribute logReferenceIDvoid
setTask(ScheduledTaskEntity task)
Sets value for attribute taskvoid
setTime(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)
Returnstrue
if the argument is an ScheduledTaskLogEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-