public class SeamComponentInfoImpl extends BaseNuxeoArtifact implements SeamComponentInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected List<String> |
interfaceNames |
protected String |
name |
protected String |
precedence |
protected String |
scope |
protected String |
version |
associatedDocumentsPROP_CLASS_NAME, PROP_COMPONENT_NAME, PROP_INTERFACES, PROP_PRECEDENCE, PROP_SCOPE, TYPE_NAME| Constructor and Description |
|---|
SeamComponentInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterfaceName(String name) |
int |
compareTo(SeamComponentInfo o) |
String |
getArtifactType() |
String |
getClassName() |
String |
getHierarchyPath() |
String |
getId() |
List<String> |
getInterfaceNames() |
String |
getName() |
String |
getPrecedence() |
String |
getScope() |
String |
getVersion() |
void |
setClassName(String className) |
void |
setName(String name) |
void |
setPrecedence(String precedence) |
void |
setScope(String scope) |
void |
setVersion(String version) |
getAssociatedDocumentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociatedDocumentsprotected String precedence
protected final List<String> interfaceNames
public SeamComponentInfoImpl()
public String getName()
getName in interface SeamComponentInfopublic String getScope()
getScope in interface SeamComponentInfopublic String getPrecedence()
getPrecedence in interface SeamComponentInfopublic String getClassName()
getClassName in interface SeamComponentInfopublic void addInterfaceName(String name)
public List<String> getInterfaceNames()
getInterfaceNames in interface SeamComponentInfopublic String getArtifactType()
getArtifactType in interface NuxeoArtifactpublic String getId()
getId in interface NuxeoArtifactgetId in class BaseNuxeoArtifactpublic String getHierarchyPath()
getHierarchyPath in interface NuxeoArtifactpublic String getVersion()
getVersion in interface NuxeoArtifactpublic void setVersion(String version)
public int compareTo(SeamComponentInfo o)
compareTo in interface Comparable<SeamComponentInfo>public void setPrecedence(String precedence)
public void setClassName(String className)
Copyright © 2016 Nuxeo SA. All rights reserved.