public class ServiceInfoImpl extends BaseNuxeoArtifact implements ServiceInfo
Modifier and Type | Field and Description |
---|---|
protected ComponentInfo |
component |
protected String |
serviceClassName |
associatedDocuments
PROP_CLASS_NAME, PROP_COMPONENT_ID, TYPE_NAME
Constructor and Description |
---|
ServiceInfoImpl(String serviceClassName,
ComponentInfo component) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactType() |
String |
getComponentId() |
String |
getHierarchyPath() |
String |
getId() |
String |
getVersion() |
getAssociatedDocuments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
protected final String serviceClassName
protected final ComponentInfo component
public ServiceInfoImpl(String serviceClassName, ComponentInfo component)
public String getId()
getId
in interface NuxeoArtifact
getId
in class BaseNuxeoArtifact
public String getArtifactType()
getArtifactType
in interface NuxeoArtifact
public String getVersion()
getVersion
in interface NuxeoArtifact
public String getComponentId()
getComponentId
in interface ServiceInfo
public String getHierarchyPath()
getHierarchyPath
in interface NuxeoArtifact
Copyright © 2015 Nuxeo SA. All rights reserved.