Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.model.persistence
Class AbstractContribution

java.lang.Object
  extended by org.nuxeo.runtime.model.persistence.AbstractContribution
All Implemented Interfaces:
Contribution, StreamRef
Direct Known Subclasses:
ContributionBuilder, ContributionFile

public abstract class AbstractContribution
extends Object
implements Contribution

Author:
Bogdan Stefanescu

Constructor Summary
AbstractContribution()
           
 
Method Summary
 String getId()
          Get an unique identifier for this stream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.runtime.model.persistence.Contribution
getContent, getDescription, getName, getStream, isDisabled, setDescription, setDisabled
 
Methods inherited from interface org.nuxeo.runtime.model.StreamRef
asURL
 

Constructor Detail

AbstractContribution

public AbstractContribution()
Method Detail

getId

public String getId()
Description copied from interface: StreamRef
Get an unique identifier for this stream.

Specified by:
getId in interface StreamRef

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.