public final class StatusSeqHolder
extends java.lang.Object
| Constructor and Description |
|---|
StatusSeqHolder()
Constructs a new
StatusSeqHolder object with its
status field initialized to null. |
StatusSeqHolder(ComponentStatus[] status)
Constructs a new
StatusSeqHolder object with its
status field initialized to the given
ComponentStatus[]. |
| Modifier and Type | Method and Description |
|---|---|
ComponentStatus[] |
getStatus()
Returns the status.
|
void |
setStatus(ComponentStatus[] status)
Sets the status.
|
public StatusSeqHolder()
StatusSeqHolder object with its
status field initialized to null.public StatusSeqHolder(ComponentStatus[] status)
StatusSeqHolder object with its
status field initialized to the given
ComponentStatus[].initial - the ComponentStatus[] with which to initialize
the status field of the newly-created
StatusSeqHolder objectpublic ComponentStatus[] getStatus()
public void setStatus(ComponentStatus[] status)
status - The status to set