| Constructor and Description |
|---|
RelationshipModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getEndNode() |
Long |
getId() |
List<Property<String,Object>> |
getPropertyList() |
Long |
getStartNode() |
String |
getType() |
int |
hashCode() |
void |
setEndNode(Long endNode) |
void |
setId(Long id) |
void |
setProperties(Map<String,Object> properties) |
void |
setPropertyList(List<Property<String,Object>> properties) |
void |
setStartNode(Long startNode) |
void |
setType(String type) |
String |
toString() |
public void setId(Long id)
public void setType(String type)
public Long getStartNode()
getStartNode in interface Edgepublic void setStartNode(Long startNode)
public Long getEndNode()
getEndNode in interface Edgepublic void setEndNode(Long endNode)
public List<Property<String,Object>> getPropertyList()
getPropertyList in interface EdgeCopyright © 2017 Neo Technology, Inc.. All rights reserved.