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 boolean
equals(Object obj)
String
getId()
String
getName()
int
getNbElt()
int
hashCode()
void
incrementEntry()
boolean
isSelected()
void
setId(String id)
void
setName(String name)
void
setSelected(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()
-
-