public class ServiceInfoImpl extends BaseNuxeoArtifact implements ServiceInfo
| Modifier and Type | Field and Description |
|---|---|
protected ComponentInfo |
component |
protected boolean |
overriden |
protected String |
serviceClassName |
associatedDocumentsPROP_CLASS_NAME, PROP_COMPONENT_ID, PROP_OVERRIDEN, TYPE_NAME| Constructor and Description |
|---|
ServiceInfoImpl(String serviceClassName,
boolean overriden,
ComponentInfo component) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactType() |
String |
getComponentId() |
String |
getHierarchyPath() |
String |
getId() |
String |
getVersion() |
boolean |
isOverriden() |
getAssociatedDocumentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociatedDocumentsprotected final String serviceClassName
protected final ComponentInfo component
protected final boolean overriden
public ServiceInfoImpl(String serviceClassName, boolean overriden, ComponentInfo component)
public String getId()
getId in interface NuxeoArtifactgetId in class BaseNuxeoArtifactpublic String getArtifactType()
getArtifactType in interface NuxeoArtifactpublic String getVersion()
getVersion in interface NuxeoArtifactpublic String getComponentId()
getComponentId in interface ServiceInfopublic String getHierarchyPath()
getHierarchyPath in interface NuxeoArtifactpublic boolean isOverriden()
isOverriden in interface ServiceInfoCopyright © 2019 Nuxeo. All rights reserved.