|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.unittree.business.unit.UnitFilter
public class UnitFilter
UnitFilter
Constructor Summary | |
---|---|
UnitFilter()
Constructor |
Method Summary | |
---|---|
boolean |
containsDescription()
Check if the filter contains the description |
boolean |
containsIdParent()
Check if the filter contains the id parent |
boolean |
containsLabel()
Check if the filter contains the label |
String |
getDescription()
Get the description |
int |
getIdParent()
Get the id parent |
String |
getLabel()
Get the label |
boolean |
isWideSearch()
Return true if the search is wide, false otherwise |
void |
setDescription(String strDescription)
Set the description |
void |
setIdParent(int nIdParent)
Set the id parent |
void |
setLabel(String strLabel)
Set the label |
void |
setWideSearch(boolean isWideSearch)
Set true if the search is wide, false otherwise |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitFilter()
Method Detail |
---|
public String getLabel()
public void setLabel(String strLabel)
strLabel
- the labelpublic boolean containsLabel()
public String getDescription()
public void setDescription(String strDescription)
strDescription
- the descriptionpublic boolean containsDescription()
public int getIdParent()
public void setIdParent(int nIdParent)
nIdParent
- the reference codepublic boolean containsIdParent()
public void setWideSearch(boolean isWideSearch)
isWideSearch
- true if the search is wide, false otherwisepublic boolean isWideSearch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |