public class SeamComponentInfoImpl extends BaseNuxeoArtifact implements SeamComponentInfo
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) |
getAssociatedDocumentsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociatedDocumentspublic 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 setName(String name)
public void setScope(String scope)
public void setPrecedence(String precedence)
public void setClassName(String className)
Copyright © 2011 Nuxeo SA. All Rights Reserved.