Class LifecycleTraceabilityStatus
- java.lang.Object
-
- fr.gouv.vitam.logbook.common.model.LifecycleTraceabilityStatus
-
public class LifecycleTraceabilityStatus extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LifecycleTraceabilityStatus()
Empty constructor for deserializationLifecycleTraceabilityStatus(boolean completed, boolean paused, java.lang.String outcome, boolean maxEntriesReached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOutcome()
boolean
isCompleted()
boolean
isMaxEntriesReached()
boolean
isPaused()
void
setCompleted(boolean completed)
void
setMaxEntriesReached(boolean maxEntriesReached)
void
setOutcome(java.lang.String outcome)
void
setPaused(boolean paused)
java.lang.String
toString()
-
-
-
Method Detail
-
isCompleted
public boolean isCompleted()
-
setCompleted
public void setCompleted(boolean completed)
-
isPaused
public boolean isPaused()
-
setPaused
public void setPaused(boolean paused)
-
getOutcome
public java.lang.String getOutcome()
-
setOutcome
public void setOutcome(java.lang.String outcome)
-
isMaxEntriesReached
public boolean isMaxEntriesReached()
-
setMaxEntriesReached
public void setMaxEntriesReached(boolean maxEntriesReached)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-