Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.directory
Class VocabularyEntry

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.directory.VocabularyEntry
All Implemented Interfaces:
Serializable

public class VocabularyEntry
extends Object
implements Serializable

Author:
George Lefter This class is used for setting the values of a select box dynamically, i.e. not from a directory.
See Also:
Serialized Form

Constructor Summary
VocabularyEntry(String id, String label)
           
VocabularyEntry(String id, String label, String parent)
           
 
Method Summary
 String getId()
           
 String getLabel()
           
 Boolean getObsolete()
           
 Integer getOrdering()
           
 String getParent()
           
 void setId(String id)
           
 void setLabel(String label)
           
 void setObsolete(Boolean obsolete)
           
 void setOrdering(Integer ordering)
          This method sets the vocabulary entry order.
 void setParent(String parent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabularyEntry

public VocabularyEntry(String id,
                       String label)

VocabularyEntry

public VocabularyEntry(String id,
                       String label,
                       String parent)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getParent

public String getParent()

setParent

public void setParent(String parent)

getObsolete

public Boolean getObsolete()
Returns:
Returns the obsolete.

setObsolete

public void setObsolete(Boolean obsolete)
Parameters:
obsolete - The obsolete to set.

getOrdering

public Integer getOrdering()
Returns:
Returns the vocabulary entry order.

setOrdering

public void setOrdering(Integer ordering)
This method sets the vocabulary entry order.

Parameters:
ordering - The order to set.

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.