Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.vocabularies
Class VocabularyItem

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

public final class VocabularyItem
extends Object


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

Constructor Detail

VocabularyItem

public VocabularyItem(String value)

VocabularyItem

public VocabularyItem(String value,
                      String label)
Method Detail

getLabel

public String getLabel()

getValue

public String getValue()

setLabel

public void setLabel(String label)

setValue

public void setValue(String value)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.