|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.utils.PaginatedQueryResult.ResultNode
public static class PaginatedQueryResult.ResultNode
The Class ResultNode.
| Constructor Summary | |
|---|---|
PaginatedQueryResult.ResultNode(javax.jcr.Node node,
javax.jcr.query.Row row)
Instantiates a new result node. |
|
| Method Summary | |
|---|---|
java.lang.String |
getExcerpt()
Gets the excerpt. |
javax.jcr.Node |
getNode()
Gets the node. |
float |
getScore()
Gets the score. |
java.lang.String |
getSpellSuggestion()
Gets the spell suggestion. |
void |
setExcerpt(java.lang.String excerpt)
Sets the excerpt. |
void |
setNode(javax.jcr.Node node)
Sets the node. |
void |
setScore(float score)
Sets the score. |
void |
setSpellSuggestion(java.lang.String spellSuggestion)
Sets the spell suggestion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaginatedQueryResult.ResultNode(javax.jcr.Node node,
javax.jcr.query.Row row)
throws javax.jcr.RepositoryException
node - the noderow - the row
javax.jcr.RepositoryException - the repository exception| Method Detail |
|---|
public javax.jcr.Node getNode()
public void setNode(javax.jcr.Node node)
node - the new nodepublic float getScore()
public void setScore(float score)
score - the new scorepublic java.lang.String getExcerpt()
public void setExcerpt(java.lang.String excerpt)
excerpt - the new excerptpublic java.lang.String getSpellSuggestion()
public void setSpellSuggestion(java.lang.String spellSuggestion)
spellSuggestion - the new spell suggestion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||