public class

NewRelationship

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

Summary

Fields
private Data data
private String to
private String type
Public Constructors
NewRelationship()
Public Methods
boolean equals(Object other)
Data getData()
String getTo()
String getType()
int hashCode()
void setData(Data data)
void setTo(String to)
void setType(String type)
String toString()
NewRelationship withData(Data data)
NewRelationship withTo(String to)
NewRelationship withType(String type)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Data data

private String to

private String type

Public Constructors

public NewRelationship ()

Public Methods

public boolean equals (Object other)

Parameters
other

public Data getData ()

public String getTo ()

public String getType ()

public int hashCode ()

public void setData (Data data)

Parameters
data

public void setTo (String to)

Parameters
to

public void setType (String type)

Parameters
type

public String toString ()

public NewRelationship withData (Data data)

Parameters
data

public NewRelationship withTo (String to)

Parameters
to

public NewRelationship withType (String type)

Parameters
type