Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.directory
Class VocabularyEntryList

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.directory.VocabularyEntryList
All Implemented Interfaces:
Serializable

public class VocabularyEntryList
extends Object
implements Serializable

Author:
George Lefter
See Also:
Serialized Form

Constructor Summary
VocabularyEntryList(String name)
           
VocabularyEntryList(String name, List<VocabularyEntry> entries)
           
 
Method Summary
 void add(VocabularyEntry entry)
           
 List<VocabularyEntry> getEntries()
           
 List<VocabularyEntry> getEntries(String parent)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabularyEntryList

public VocabularyEntryList(String name,
                           List<VocabularyEntry> entries)

VocabularyEntryList

public VocabularyEntryList(String name)
Method Detail

getName

public String getName()

add

public void add(VocabularyEntry entry)

getEntries

public List<VocabularyEntry> getEntries()

getEntries

public List<VocabularyEntry> getEntries(String parent)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.