Package com.soffid.iam.sync.api
Class ScheduledTaskLog
java.lang.Object
com.soffid.iam.sync.api.ScheduledTaskLog
- All Implemented Interfaces:
Serializable
ValueObject ScheduledTaskLog
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledTaskLog(boolean error) ScheduledTaskLog(ScheduledTaskLog otherBean) ScheduledTaskLog(Long id, Date time, Date end, String logReferenceID, boolean error) -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Gets value for attribute endgetId()Gets value for attribute idGets value for attribute logReferenceIDgetTime()Gets value for attribute timebooleanisError()Gets value for attribute errorvoidSets value for attribute endvoidsetError(boolean error) Sets value for attribute errorvoidSets value for attribute idvoidsetLogReferenceID(String logReferenceID) Sets value for attribute logReferenceIDvoidSets value for attribute timetoString()Returns a string representation of the value object.
-
Constructor Details
-
ScheduledTaskLog
public ScheduledTaskLog() -
ScheduledTaskLog
-
ScheduledTaskLog
public ScheduledTaskLog(boolean error) -
ScheduledTaskLog
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getTime
Gets value for attribute time -
setTime
Sets value for attribute time -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
getLogReferenceID
Gets value for attribute logReferenceID -
setLogReferenceID
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 -
toString
Returns a string representation of the value object.
-