Class FacetEntryVO


  • public class FacetEntryVO
    extends Object
    • Constructor Detail

      • FacetEntryVO

        public FacetEntryVO()
        Default constructor
      • FacetEntryVO

        public FacetEntryVO​(String name,
                            String id)
        Constructor with fields
        Parameters:
        name - the author name
        id - the author identifier
    • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setSelected

        public void setSelected​(boolean selected)
      • isSelected

        public boolean isSelected()