public static class GenericDataStoreDAO.DataItem extends Object
Constructor and Description |
---|
DataItem(UUID componentId,
String key,
String value)
Creates a data item object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
UUID |
getComponentId()
Returns the component ID.
|
String |
getKey()
Returns the key of for this data item.
|
String |
getValue()
Returns the value of this data item.
|
int |
hashCode() |
public DataItem(UUID componentId, String key, String value)
componentId
- component ID. The component ID identifies the component
with which the data item is associated. Its main purpose
is to avoid naming collisions between different
components.key
- key of for this data item. The key is used to distinguish
different data items belonging to the same component.value
- value of this data item. The meaning of the value and its
format is entirely up to the component using it.public UUID getComponentId()
public String getKey()
public String getValue()
Copyright © 2011–2017 aquenos GmbH. All rights reserved.