it.eng.qbe.model
Class Filter

java.lang.Object
  extended by it.eng.qbe.model.Filter

public class Filter
extends java.lang.Object

The Class Filter.

Author:
Andrea Gioia

Constructor Summary
Filter(java.lang.String entityName, java.lang.String filterCondition)
          Instantiates a new filter.
 
Method Summary
 java.lang.String getEntityName()
          Gets the entity name.
 java.util.Set getFields()
          Gets the fields.
 java.lang.String getFilterCondition()
          Gets the filter condition.
 java.util.Set getParameters()
          Gets the parameters.
 void setEntityName(java.lang.String entityName)
          Sets the entity name.
 void setFilterCondition(java.lang.String filterCondition)
          Sets the filter condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(java.lang.String entityName,
              java.lang.String filterCondition)
Instantiates a new filter.

Parameters:
entityName - the entity name
filterCondition - the filter condition
Method Detail

getEntityName

public java.lang.String getEntityName()
Gets the entity name.

Returns:
the entity name

setEntityName

public void setEntityName(java.lang.String entityName)
Sets the entity name.

Parameters:
entityName - the new entity name

getFilterCondition

public java.lang.String getFilterCondition()
Gets the filter condition.

Returns:
the filter condition

setFilterCondition

public void setFilterCondition(java.lang.String filterCondition)
Sets the filter condition.

Parameters:
filterCondition - the new filter condition

getFields

public java.util.Set getFields()
Gets the fields.

Returns:
the fields

getParameters

public java.util.Set getParameters()
Gets the parameters.

Returns:
the parameters