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
 String getDescription()
          Universe description.
 DocumentModel getDocument()
           
 String getId()
          UID.
 String getName()
          Universe name.
 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 String getDescription()
Description copied from interface: Univers
Universe description.

Returns:
the description of this universe

getId

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

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

getName

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

Returns:
the name of this universe

getTitle

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

Returns:
the title of this universe

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.