Nuxeo Enterprise Platform 5.4

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

getvocabularyName

public String getvocabularyName()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.