org.opennms.web.map.config
Class Filter

java.lang.Object
  extended by org.opennms.web.map.config.Filter

public class Filter
extends Object

Filter class.

Since:
1.8.1
Version:
$Id: $
Author:
Antonio Russo

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

Filter

public Filter(String table,
              String condition)

Constructor for Filter.

Parameters:
table - a String object.
condition - a String object.
Method Detail

getCondition

protected String getCondition()

Getter for the field condition.

Returns:
a String object.

setCondition

protected void setCondition(String condition)

Setter for the field condition.

Parameters:
condition - a String object.

getTable

protected String getTable()

Getter for the field table.

Returns:
a String object.

setTable

protected void setTable(String table)

Setter for the field table.

Parameters:
table - a String object.


Copyright © 2011. All Rights Reserved.