Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.vocabularies
Class VocabularyItem

java.lang.Object
  extended by org.nuxeo.theme.vocabularies.VocabularyItem

public final class VocabularyItem
extends java.lang.Object


Constructor Summary
VocabularyItem(java.lang.String value)
           
VocabularyItem(java.lang.String value, java.lang.String label)
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getValue()
           
 void setLabel(java.lang.String label)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabularyItem

public VocabularyItem(java.lang.String value)

VocabularyItem

public VocabularyItem(java.lang.String value,
                      java.lang.String label)
Method Detail

getLabel

public java.lang.String getLabel()

getValue

public java.lang.String getValue()

setLabel

public void setLabel(java.lang.String label)

setValue

public void setValue(java.lang.String value)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.