public abstract class AbstractContribution extends Object implements Contribution
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the contribution description. | 
| String | getId()Get an unique identifier for this stream. | 
| String | getName()Gets the contribution name. | 
| boolean | isDisabled()Whether this contribution should be automatically installed at startup. | 
| void | setDescription(String description)Sets the contribution description. | 
| void | setDisabled(boolean isDisabled)Sets the auto install flag for this contribution. | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContent, getStreampublic String getId()
StreamRefpublic String getName()
ContributiongetName in interface Contributionpublic String getDescription()
ContributiongetDescription in interface Contributionpublic void setDescription(String description)
ContributionsetDescription in interface Contributionpublic boolean isDisabled()
ContributionisDisabled in interface Contributionpublic void setDisabled(boolean isDisabled)
ContributionsetDisabled in interface ContributionCopyright © 2014 Nuxeo SA. All rights reserved.