public class Neo4jBean extends Object
| Constructor and Description |
|---|
Neo4jBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getChildrenCount()
Get the node's number of children
|
Map<String,List<String>> |
getDescription()
Get the node's description (Map
|
String |
getId()
Get the node's id.
|
Long |
getIndex()
Get the node's index (= its relative position among its siblings)
|
String |
getParent()
Get the node's parent node identifier
|
Map<String,List<String>> |
getTitle()
Get the node's title (Map
|
DocType |
getType()
Get the node's Type (DocType) property
|
Boolean |
hasChildren()
Whether or not the node has children nodes
|
int |
hashCode() |
Boolean |
isRelBefore()
Whether or not the node has a preceding sibling
|
void |
setChildrenCount(Long childrenCount)
Set the node's number of children
|
void |
setDescription(Map<String,List<String>> description)
Set the node's description (Map
|
void |
setHasChildren(Boolean children)
Set the node's children property
Indicates whether or not this node has children
|
void |
setId(String id)
Set the node's id.
|
void |
setIndex(Long index)
Set the node's index (= its relative position among its siblings)
|
void |
setParent(String parent)
Set the node's parent node identifier
|
void |
setRelBefore(Boolean relBefore)
Set the node's relBefore property
Indicates whether or not this node has a preceding sibling
|
void |
setTitle(Map<String,List<String>> title)
Set the node's title (Map
|
void |
setType(DocType type)
Set the node's Type (DocType) property
|
public String getId()
public void setId(String id)
id: - the rdf:about identifier of the nodepublic Map<String,List<String>> getDescription()
public void setDescription(Map<String,List<String>> description)
description - Mappublic Map<String,List<String>> getTitle()
public void setTitle(Map<String,List<String>> title)
title - Mappublic DocType getType()
public void setType(DocType type)
type - DocTypepublic Boolean hasChildren()
public void setHasChildren(Boolean children)
children - Booleanpublic Long getIndex()
public void setIndex(Long index)
index - public Long getChildrenCount()
public void setChildrenCount(Long childrenCount)
public String getParent()
public void setParent(String parent)
public void setRelBefore(Boolean relBefore)
relBefore - Booleanpublic Boolean isRelBefore()
Copyright © 2018 Europeana Foundation. All rights reserved.