public class Top10Filter
Property Getters/Setters Summary | ||
---|---|---|
java.lang.Object | getCriteria() | |
void | setCriteria(java.lang.Objectvalue) | |
boolean | isPercent() | |
void | setPercent(booleanvalue) | |
Indicates whether the items is percent. | ||
boolean | isTop() | |
void | setTop(booleanvalue) | |
Indicates whether it's top filter. | ||
int | getItems() | |
void | setItems(intvalue) | |
Gets and sets the items of the filter. |
public boolean isTop() / public void setTop(boolean value)
public boolean isPercent() / public void setPercent(boolean value)
public int getItems() / public void setItems(int value)
public java.lang.Object getCriteria() / public void setCriteria(java.lang.Object value)