public class Metadata
extends java.lang.Object
Metadata is associated with Navigation objects and Areas and allows the merchandiser,
from the command center to add additional information about a navigation or area.
For example there might be a UI hint that the price range navigation
should be displayed as a slider.
Or you might set an area metadata to inform the UI of the seasonal color scheme to use.
| Constructor and Description |
|---|
Metadata()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.String |
getValue() |
Metadata |
setKey(java.lang.String key) |
Metadata |
setValue(java.lang.String value) |
public java.lang.String getKey()
public Metadata setKey(java.lang.String key)
key - Set the name of this keypublic java.lang.String getValue()
public Metadata setValue(java.lang.String value)
value - Set the value.Copyright © 2013–2016 GroupBy Inc.. All rights reserved.