com.stratelia.silverpeas.pdcPeas.vo
Class Facet

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

public class Facet
extends Object


Constructor Summary
Facet(String id, String name)
           
 
Method Summary
 void addEntry(FacetEntryVO entry)
           
 List<FacetEntryVO> getEntries()
           
 String getId()
           
 String getName()
           
 boolean isEmpty()
           
 void setEntries(List<FacetEntryVO> entries)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Facet

public Facet(String id,
             String name)
Method Detail

getId

public String getId()

getName

public String getName()

setName

public void setName(String name)

getEntries

public List<FacetEntryVO> getEntries()

setEntries

public void setEntries(List<FacetEntryVO> entries)

addEntry

public void addEntry(FacetEntryVO entry)

isEmpty

public boolean isEmpty()


Copyright © 2016 Silverpeas. All Rights Reserved.