Package org.silverpeas.web.pdc.vo
Class FacetEntryVO
- java.lang.Object
-
- org.silverpeas.web.pdc.vo.FacetEntryVO
-
public class FacetEntryVO extends Object
-
-
Constructor Summary
Constructors Constructor Description FacetEntryVO(String name, String id)Constructor with fields
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetId()StringgetName()intgetNbElt()inthashCode()voidincrementEntry()booleanisSelected()voidsetId(String id)voidsetName(String name)voidsetSelected(boolean selected)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getNbElt
public int getNbElt()
-
incrementEntry
public void incrementEntry()
-
setSelected
public void setSelected(boolean selected)
-
isSelected
public boolean isSelected()
-
-