org.qi4j.index.rdf.query.internal
Class Triples.Triple

java.lang.Object
  extended by org.qi4j.index.rdf.query.internal.Triples.Triple
Enclosing class:
Triples

public static class Triples.Triple
extends Object


Method Summary
 boolean equals(Object otherObject)
           
 String getPredicate()
           
 String getSubject()
           
 String getValue()
           
 int hashCode()
           
 boolean isOptional()
           
 void setValue(String value)
           
 String toSparql()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object otherObject)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

toSparql

public String toSparql()

getSubject

public String getSubject()

getPredicate

public String getPredicate()

getValue

public String getValue()

setValue

public void setValue(String value)

isOptional

public boolean isOptional()