public class Neo4jBean extends Object
| Constructor and Description |
|---|
Neo4jBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getChildrenCount() |
Map<String,List<String>> |
getDescription() |
String |
getId() |
Long |
getIndex() |
String |
getParent() |
Map<String,List<String>> |
getTitle() |
DocType |
getType() |
Boolean |
hasChildren() |
int |
hashCode() |
Boolean |
isRelBefore() |
void |
setChildrenCount(Long childrenCount) |
void |
setDescription(Map<String,List<String>> description) |
void |
setHasChildren(Boolean children) |
void |
setId(String id) |
void |
setIndex(Long index) |
void |
setParent(String parent) |
void |
setRelBefore(Boolean relBefore) |
void |
setTitle(Map<String,List<String>> title) |
void |
setType(DocType type) |
public String getId()
public void setId(String id)
public DocType getType()
public void setType(DocType type)
public Boolean hasChildren()
public void setHasChildren(Boolean children)
public Long getIndex()
public void setIndex(Long index)
public Long getChildrenCount()
public void setChildrenCount(Long childrenCount)
public String getParent()
public void setParent(String parent)
public void setRelBefore(Boolean relBefore)
public Boolean isRelBefore()
Copyright © 2015 Europeana Foundation. All rights reserved.