Package com.soffid.iam.bpm.api
Class Job
java.lang.Object
com.soffid.iam.bpm.api.Job
- All Implemented Interfaces:
Serializable
ValueObject Job
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute dueDateGets value for attribute errorMessageintGets value for attribute failureslonggetId()Gets value for attribute idgetName()Gets value for attribute namelongGets value for attribute processIdbooleanisError()Gets value for attribute errorbooleanisLocked()Gets value for attribute lockedbooleanisPaused()Gets value for attribute pausedvoidsetDueDate(Date dueDate) Sets value for attribute dueDatevoidsetError(boolean error) Sets value for attribute errorvoidsetErrorMessage(String errorMessage) Sets value for attribute errorMessagevoidsetFailures(int failures) Sets value for attribute failuresvoidsetId(long id) Sets value for attribute idvoidsetLocked(boolean locked) Sets value for attribute lockedvoidSets value for attribute namevoidsetPaused(boolean paused) Sets value for attribute pausedvoidsetProcessId(long processId) Sets value for attribute processIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
Job
public Job() -
Job
-
Job
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getId
public long getId()Gets value for attribute id -
setId
public void setId(long id) Sets value for attribute id -
getDueDate
Gets value for attribute dueDate -
setDueDate
Sets value for attribute dueDate -
isLocked
public boolean isLocked()Gets value for attribute locked -
setLocked
public void setLocked(boolean locked) Sets value for attribute locked -
getErrorMessage
Gets value for attribute errorMessage -
setErrorMessage
Sets value for attribute errorMessage -
isError
public boolean isError()Gets value for attribute error -
setError
public void setError(boolean error) Sets value for attribute error -
getFailures
public int getFailures()Gets value for attribute failures -
setFailures
public void setFailures(int failures) Sets value for attribute failures -
isPaused
public boolean isPaused()Gets value for attribute paused -
setPaused
public void setPaused(boolean paused) Sets value for attribute paused -
getProcessId
public long getProcessId()Gets value for attribute processId -
setProcessId
public void setProcessId(long processId) Sets value for attribute processId -
toString
Returns a string representation of the value object.
-