|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.cartridge.model.SortOptionConfig
public class SortOptionConfig
This class is the sort option configuration module for ResultList Cartridge.
| Constructor Summary | |
|---|---|
SortOptionConfig()
|
|
| Method Summary | |
|---|---|
String |
getLabel()
Text used to demonstrate sort information. |
String |
getValue()
|
void |
setLabel(String label)
Sets the user visible label for this sort. |
void |
setValue(String value)
Sets the value to apply this sort. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortOptionConfig()
| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
label - the name for this sortpublic String getValue()
public void setValue(String value)
value - The value for this sort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||