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) |
getAssociatedDocuments
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
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 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.