public class StatusMetadata extends Object implements ItemMetadata
ItemMetadata implementation that carries status information about an Item.| Modifier and Type | Field and Description |
|---|---|
private String |
component
The component that generated this status information.
|
private String |
message
The message associated with this status.
|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
StatusMetadata(String componentId,
String statusMessage)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId()
Gets the ID of the component that generated the status message.
|
String |
getStatusMessage()
Gets the status message.
|
private static final long serialVersionUID
private final String component
private final String message
Copyright © 1999–2016. All rights reserved.