|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.map.config.Filter
public class Filter
Filter class.
| Constructor Summary | |
|---|---|
Filter(String table,
String condition)
Constructor for Filter. |
|
| Method Summary | |
|---|---|
protected String |
getCondition()
Getter for the field condition. |
protected String |
getTable()
Getter for the field table. |
protected void |
setCondition(String condition)
Setter for the field condition. |
protected void |
setTable(String table)
Setter for the field table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter(String table,
String condition)
Constructor for Filter.
table - a String object.condition - a String object.| Method Detail |
|---|
protected String getCondition()
Getter for the field condition.
String object.protected void setCondition(String condition)
Setter for the field condition.
condition - a String object.protected String getTable()
Getter for the field table.
String object.protected void setTable(String table)
Setter for the field table.
table - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||