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 |
associatedDocuments
PROP_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) |
getAssociatedDocuments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
protected String precedence
protected final List<String> interfaceNames
public SeamComponentInfoImpl()
public String getName()
getName
in interface SeamComponentInfo
public String getScope()
getScope
in interface SeamComponentInfo
public String getPrecedence()
getPrecedence
in interface SeamComponentInfo
public String getClassName()
getClassName
in interface SeamComponentInfo
public void addInterfaceName(String name)
public List<String> getInterfaceNames()
getInterfaceNames
in interface SeamComponentInfo
public String getArtifactType()
getArtifactType
in interface NuxeoArtifact
public String getId()
getId
in interface NuxeoArtifact
getId
in class BaseNuxeoArtifact
public String getHierarchyPath()
getHierarchyPath
in interface NuxeoArtifact
public String getVersion()
getVersion
in interface NuxeoArtifact
public 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.