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 java.lang.Object

Author:
Thomas Roger

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

Constructor Detail

SimpleVocabulary

public SimpleVocabulary(java.lang.String id,
                        java.lang.String label,
                        java.lang.String translatedLabel)

SimpleVocabulary

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

getId

public java.lang.String getId()

getLabel

public java.lang.String getLabel()

getTranslatedLabel

public java.lang.String getTranslatedLabel()

getvocabularyName

public java.lang.String getvocabularyName()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.