public class

Fullpath

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.Fullpath

Summary

Fields
private Node end
private Integer length
private List<Node> nodes
private List<Relationship> relationships
private Node start
Public Constructors
Fullpath()
Public Methods
boolean equals(Object other)
Node getEnd()
Integer getLength()
List<Node> getNodes()
List<Relationship> getRelationships()
Node getStart()
int hashCode()
void setEnd(Node end)
void setLength(Integer length)
void setNodes(List<Node> nodes)
void setRelationships(List<Relationship> relationships)
void setStart(Node start)
String toString()
Fullpath withEnd(Node end)
Fullpath withLength(Integer length)
Fullpath withNodes(List<Node> nodes)
Fullpath withRelationships(List<Relationship> relationships)
Fullpath withStart(Node start)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Node end

private Integer length

private List<Node> nodes

private List<Relationship> relationships

private Node start

Public Constructors

public Fullpath ()

Public Methods

public boolean equals (Object other)

Parameters
other

public Node getEnd ()

public Integer getLength ()

public List<Node> getNodes ()

public List<Relationship> getRelationships ()

public Node getStart ()

public int hashCode ()

public void setEnd (Node end)

Parameters
end

public void setLength (Integer length)

Parameters
length

public void setNodes (List<Node> nodes)

Parameters
nodes

public void setRelationships (List<Relationship> relationships)

Parameters
relationships

public void setStart (Node start)

Parameters
start

public String toString ()

public Fullpath withEnd (Node end)

Parameters
end

public Fullpath withLength (Integer length)

Parameters
length

public Fullpath withNodes (List<Node> nodes)

Parameters
nodes

public Fullpath withRelationships (List<Relationship> relationships)

Parameters
relationships

public Fullpath withStart (Node start)

Parameters
start