pt.moredata.taglibs.filter
Class Filter

java.lang.Object
  extended bypt.moredata.taglibs.filter.Filter

public class Filter
extends java.lang.Object

Filter.java Esta classe representa um filtro criado a partir da tag FilterButtonTag. Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo

Constructor Summary
Filter(java.lang.String name, java.lang.String label)
          Creates a new instance of Filter
 
Method Summary
 java.lang.String getLabel()
          Getter for property label.
 java.lang.String getName()
          Getter for property name.
 boolean isActive()
          Getter for property active.
 void setActive(boolean active)
          Setter for property active.
 void setLabel(java.lang.String label)
          Setter for property label.
 void setName(java.lang.String name)
          Setter for property name.
 
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 name,
              java.lang.String label)
Creates a new instance of Filter

Parameters:
name - Nome do filtro.
label - Legenda do filtro.
Method Detail

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.

isActive

public boolean isActive()
Getter for property active.

Returns:
Value of property active.

setActive

public void setActive(boolean active)
Setter for property active.

Parameters:
active - New value of property active.

getLabel

public java.lang.String getLabel()
Getter for property label.

Returns:
Value of property label.

setLabel

public void setLabel(java.lang.String label)
Setter for property label.

Parameters:
label - New value of property label.