public class ServiceInfoImpl extends BaseNuxeoArtifact implements ServiceInfo
Modifier and Type | Field and Description |
---|---|
protected ComponentInfo |
component |
protected boolean |
overriden |
protected String |
serviceClassName |
associatedDocuments
PROP_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() |
getAssociatedDocuments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
protected 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 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
public boolean isOverriden()
isOverriden
in interface ServiceInfo
Copyright © 2016 Nuxeo SA. All rights reserved.