com.stratelia.silverpeas.pdcPeas.vo
Class FacetEntryVO

java.lang.Object
  extended by com.stratelia.silverpeas.pdcPeas.vo.FacetEntryVO

public class FacetEntryVO
extends Object


Constructor Summary
FacetEntryVO()
          Default constructor
FacetEntryVO(String name, String id)
          Constructor with fields
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.