Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntry

public class DirectoryEntry
extends java.lang.Object

This class is used by ChainSelectOne / ChainSelectMany components. It represents an entry in a directory.

Author:
George Lefter

Field Summary
static java.lang.String XVOCABULARY
           
 
Constructor Summary
DirectoryEntry(java.lang.String schemaName, DocumentModel model)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 java.lang.String getParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XVOCABULARY

public static final java.lang.String XVOCABULARY
See Also:
Constant Field Values
Constructor Detail

DirectoryEntry

public DirectoryEntry(java.lang.String schemaName,
                      DocumentModel model)
Method Detail

getId

public java.lang.String getId()

getLabel

public java.lang.String getLabel()

getParent

public java.lang.String getParent()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.