Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.spaces.core.impl.docwrapper
Class DocUniversImpl

java.lang.Object
  extended by org.nuxeo.ecm.spaces.api.AbstractUnivers
      extended by org.nuxeo.ecm.spaces.core.impl.docwrapper.DocUniversImpl
All Implemented Interfaces:
Univers

public class DocUniversImpl
extends AbstractUnivers


Method Summary
 java.lang.String getDescription()
          Universe description.
 DocumentModel getDocument()
           
 java.lang.String getId()
          UID.
 java.lang.String getName()
          Universe name.
 java.lang.String getTitle()
          Universe title.
 boolean isEqualTo(Univers univers)
          For comparison.
 
Methods inherited from class org.nuxeo.ecm.spaces.api.AbstractUnivers
getSpaceProviders, getSpaces
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDocument

public DocumentModel getDocument()

isEqualTo

public boolean isEqualTo(Univers univers)
Description copied from interface: Univers
For comparison.


getDescription

public java.lang.String getDescription()
Description copied from interface: Univers
Universe description.

Returns:
the description of this universe

getId

public java.lang.String getId()
Description copied from interface: Univers
UID.

Returns:
a unique identifier for a given instance of Univers implementation

getName

public java.lang.String getName()
Description copied from interface: Univers
Universe name.

Returns:
the name of this universe

getTitle

public java.lang.String getTitle()
Description copied from interface: Univers
Universe title.

Returns:
the title of this universe

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.