public class

IndexedRelationship

extends Relationship
java.lang.Object
   ↳ org.mule.modules.neo4j.model.BaseExtensible
     ↳ org.mule.modules.neo4j.model.BaseEntity
       ↳ org.mule.modules.neo4j.model.Relationship
         ↳ org.mule.modules.neo4j.model.IndexedRelationship

Summary

Fields
private String indexed
[Expand]
Inherited Fields
From class org.mule.modules.neo4j.model.Relationship
From class org.mule.modules.neo4j.model.BaseEntity
From class org.mule.modules.neo4j.model.BaseExtensible
Public Constructors
IndexedRelationship()
Public Methods
boolean equals(Object other)
String getIndexed()
int hashCode()
void setIndexed(String indexed)
String toString()
IndexedRelationship withIndexed(String indexed)
[Expand]
Inherited Methods
From class org.mule.modules.neo4j.model.Relationship
From class org.mule.modules.neo4j.model.BaseEntity
From class org.mule.modules.neo4j.model.BaseExtensible
From class java.lang.Object

Fields

private String indexed

Public Constructors

public IndexedRelationship ()

Public Methods

public boolean equals (Object other)

Parameters
other

public String getIndexed ()

public int hashCode ()

public void setIndexed (String indexed)

Parameters
indexed

public String toString ()

public IndexedRelationship withIndexed (String indexed)

Parameters
indexed