public class LifecycleTraceabilityStatus extends Object
Constructor and Description |
---|
LifecycleTraceabilityStatus()
Empty constructor for deserialization
|
LifecycleTraceabilityStatus(boolean completed,
String outcome,
boolean maxEntriesReached) |
Modifier and Type | Method and Description |
---|---|
String |
getOutcome() |
boolean |
isCompleted() |
boolean |
isMaxEntriesReached() |
void |
setCompleted(boolean completed) |
void |
setMaxEntriesReached(boolean maxEntriesReached) |
void |
setOutcome(String outcome) |
String |
toString() |
public LifecycleTraceabilityStatus()
public LifecycleTraceabilityStatus(boolean completed, String outcome, boolean maxEntriesReached)
public boolean isCompleted()
public void setCompleted(boolean completed)
public String getOutcome()
public void setOutcome(String outcome)
public boolean isMaxEntriesReached()
public void setMaxEntriesReached(boolean maxEntriesReached)
Copyright © 2018 Vitam. All rights reserved.