public abstract class PhysicalComponent
extends java.lang.Object
| Constructor and Description |
|---|
PhysicalComponent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.ClassLoader |
getClassLoader()
Returns the implementation classloader.
|
java.net.URI |
getComponentUri()
Gets the component URI.
|
java.net.URI |
getContributionUri()
Gets the contribution URI.
|
java.util.List<PhysicalProperty> |
getProperties()
Returns the property definitions for the component.
|
int |
hashCode() |
void |
setClassLoader(java.lang.ClassLoader classLoader)
Returns the implementation classloader.
|
void |
setComponentUri(java.net.URI uri)
Sets the component URI.
|
void |
setContributionUri(java.net.URI contributionUri)
Sets the contribution URI.
|
void |
setProperty(PhysicalProperty property)
Sets the property definition.
|
java.lang.String |
toString() |
public java.net.URI getComponentUri()
public void setComponentUri(java.net.URI uri)
uri - the component idpublic java.net.URI getContributionUri()
public void setContributionUri(java.net.URI contributionUri)
contributionUri - contribution URI.public java.lang.ClassLoader getClassLoader()
public void setClassLoader(java.lang.ClassLoader classLoader)
classLoader - the implementation classloaderpublic void setProperty(PhysicalProperty property)
property - the property definitionpublic java.util.List<PhysicalProperty> getProperties()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object