Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.syndication.vocabularies
Class SimpleVocabulary

java.lang.Object
  extended by org.nuxeo.ecm.platform.syndication.vocabularies.SimpleVocabulary

public final class SimpleVocabulary
extends Object

Author:
Thomas Roger

Constructor Summary
SimpleVocabulary(String id, String label, String translatedLabel)
           
SimpleVocabulary(String id, String label, String translatedLabel, String vocabularyName)
           
 
Method Summary
 String getId()
           
 String getLabel()
           
 String getTranslatedLabel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleVocabulary

public SimpleVocabulary(String id,
                        String label,
                        String translatedLabel)

SimpleVocabulary

public SimpleVocabulary(String id,
                        String label,
                        String translatedLabel,
                        String vocabularyName)
Method Detail

getId

public String getId()

getLabel

public String getLabel()

getTranslatedLabel

public String getTranslatedLabel()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.