SMILA (incubation) API documentation

org.eclipse.smila.search.highlighting.transformer
Class ComplexHLResultAggregation.HlTriple

java.lang.Object
  extended by org.eclipse.smila.search.highlighting.transformer.ComplexHLResultAggregation.HlTriple
All Implemented Interfaces:
java.lang.Comparable<ComplexHLResultAggregation.HlTriple>
Enclosing class:
ComplexHLResultAggregation

public static class ComplexHLResultAggregation.HlTriple
extends java.lang.Object
implements java.lang.Comparable<ComplexHLResultAggregation.HlTriple>

Inner class HlTriple.


Constructor Summary
ComplexHLResultAggregation.HlTriple()
           
 
Method Summary
 int compareTo(ComplexHLResultAggregation.HlTriple obj)
          
 DHighLighted getHighLighted()
           
 java.lang.String getPrefix()
           
 java.lang.String getSuffix()
           
 void setHighLighted(DHighLighted highLighted)
           
 void setPrefix(java.lang.String prefix)
           
 void setSuffix(java.lang.String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexHLResultAggregation.HlTriple

public ComplexHLResultAggregation.HlTriple()
Method Detail

compareTo

public int compareTo(ComplexHLResultAggregation.HlTriple obj)

Specified by:
compareTo in interface java.lang.Comparable<ComplexHLResultAggregation.HlTriple>
See Also:
Comparable.compareTo(java.lang.Object)

getHighLighted

public DHighLighted getHighLighted()
Returns:
the highLighted

getPrefix

public java.lang.String getPrefix()
Returns:
the prefix

getSuffix

public java.lang.String getSuffix()
Returns:
the suffix

setHighLighted

public void setHighLighted(DHighLighted highLighted)
Parameters:
highLighted - the highLighted to set

setPrefix

public void setPrefix(java.lang.String prefix)
Parameters:
prefix - the prefix to set

setSuffix

public void setSuffix(java.lang.String suffix)
Parameters:
suffix - the suffix to set

SMILA (incubation) API documentation