public class

Relationship

extends BaseEntity
java.lang.Object
   ↳ org.mule.modules.neo4j.model.BaseExtensible
     ↳ org.mule.modules.neo4j.model.BaseEntity
       ↳ org.mule.modules.neo4j.model.Relationship
Known Direct Subclasses

Summary

Fields
private String end
private String start
private String type
[Expand]
Inherited Fields
From class org.mule.modules.neo4j.model.BaseEntity
From class org.mule.modules.neo4j.model.BaseExtensible
Public Constructors
Relationship()
Public Methods
boolean equals(Object other)
String getEnd()
String getStart()
String getType()
int hashCode()
void setEnd(String end)
void setStart(String start)
void setType(String type)
String toString()
Relationship withEnd(String end)
Relationship withStart(String start)
Relationship withType(String type)
[Expand]
Inherited Methods
From class org.mule.modules.neo4j.model.BaseEntity
From class org.mule.modules.neo4j.model.BaseExtensible
From class java.lang.Object

Fields

private String end

private String start

private String type

Public Constructors

public Relationship ()

Public Methods

public boolean equals (Object other)

Parameters
other

public String getEnd ()

public String getStart ()

public String getType ()

public int hashCode ()

public void setEnd (String end)

Parameters
end

public void setStart (String start)

Parameters
start

public void setType (String type)

Parameters
type

public String toString ()

public Relationship withEnd (String end)

Parameters
end

public Relationship withStart (String start)

Parameters
start

public Relationship withType (String type)

Parameters
type