public class RelationshipModel extends Object
| Constructor and Description |
|---|
RelationshipModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getEndNode() |
Long |
getId() |
Map<String,Object> |
getProperties() |
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 Long getId()
public void setId(Long id)
public String getType()
public void setType(String type)
public Long getStartNode()
public void setStartNode(Long startNode)
public Long getEndNode()
public void setEndNode(Long endNode)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.