@groovy.transform.CompileStatic trait Relationship
Represents a Neo4j relationship
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(java.lang.Object object) @return True if they are equal |
|
java.lang.String |
getType() @return The type of the relationship |
|
int |
hashCode() @return hashCode |
|
void |
setType(java.lang.String type) Sets the type of the relationship |
|
java.lang.String |
type() @return The type of the relationship |
The node where relationship originates from
The relationship id
The node where the relationship goes to
Sets the type of the relationship