public class CustomNode extends Object
| Constructor and Description |
|---|
CustomNode() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getProperties() |
Object |
getProperty(String key)
Retrieve a specific key from the node properties
|
Set<String> |
getPropertyKeys()
Get all keys
|
boolean |
hasProperty(String key)
Check if the map representing Node properties has a specific key
|
void |
setProperties(Map<String,Object> properties) |
public boolean hasProperty(String key)
key - The key to search onpublic Object getProperty(String key)
key - The key to retrievepublic Set<String> getPropertyKeys()
Copyright © 2018 Europeana Foundation. All rights reserved.