public class CategorySearchResultEntryBean extends Object implements Serializable
| Constructor and Description |
|---|
CategorySearchResultEntryBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName()
Gets the id.
|
double |
getScore()
Gets the score.
|
void |
setCategoryName(String categoryName)
Sets the id.
|
void |
setScore(double score)
Sets the score.
|
public void setCategoryName(String categoryName)
categoryName - the new idpublic void setScore(double score)
score - the new scorepublic String getCategoryName()
public double getScore()
Copyright © 2016 WSO2. All rights reserved.